commit | 162c2d28324645626f2f66188887e19a5e626df2 | [log] [tgz] |
---|---|---|
author | Julie Jeongeun Kim <[email protected]> | Wed Mar 13 07:23:52 2019 |
committer | Commit Bot <[email protected]> | Wed Mar 13 07:23:52 2019 |
tree | 963ad3e1762ec196ffcbf535ee501effa9497fda | |
parent | 088b19eadb8816b063dd739a9c35bec8b5e08e27 [diff] [blame] |
OnionSoup: Move mojom files for permissions and geolocation to mojom folder This CL moves public/platform/modules/geolocation and public/platform/modules/permissions to public/mojom/ to gather mojom files to mojom folder and updates paths for geolocation_service.mojom, permission.mojom and permission_status.mojom. Bug: 919393 Change-Id: Ic27c7000cb3a9983de42296a16fd38e54ba8530f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1510700 Commit-Queue: Julie Jeongeun Kim <[email protected]> Reviewed-by: David Roger <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: Mounir Lamouri <[email protected]> Cr-Commit-Position: refs/heads/master@{#640232}
diff --git a/third_party/blink/web_tests/geolocation-api/callback-exception.html b/third_party/blink/web_tests/geolocation-api/callback-exception.html index f0af6c25..56eca076 100644 --- a/third_party/blink/web_tests/geolocation-api/callback-exception.html +++ b/third_party/blink/web_tests/geolocation-api/callback-exception.html
@@ -4,8 +4,8 @@ <script src="../resources/js-test.js"></script> <script src="file:///gen/layout_test_data/mojo/public/js/mojo_bindings.js"></script> <script src="file:///gen/device/geolocation/public/interfaces/geolocation.mojom.js"></script> -<script src="file:///gen/third_party/blink/public/platform/modules/geolocation/geolocation_service.mojom.js"></script> -<script src="file:///gen/third_party/blink/public/platform/modules/permissions/permission.mojom.js"></script> +<script src="file:///gen/third_party/blink/public/mojom/geolocation/geolocation_service.mojom.js"></script> +<script src="file:///gen/third_party/blink/public/mojom/permissions/permission.mojom.js"></script> <script src="resources/geolocation-mock.js"></script> </head> <body>