Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/geolocation/cancel_request/manifest.json

Issue 13712002: Fix Guest geolocation API, we were using |bridge_id| and |request_id| interchangeably which is wron… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/platform_apps/web_view/geolocation/cancel_request/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/geolocation/cancel_request/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/geolocation/cancel_request/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..56f9481de8b2b148932bab022d1579585c21243a
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/web_view/geolocation/cancel_request/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "Platform App Test: <webview> geolocation cancelRequest test",
+ "description": "Loads a guest that has an iframe and the iframe requests geolocation, before deciding the geolocation permission, the iframe navigates away, canceling the permisison request",
+ "version": "1",
+ "permissions": [
+ "geolocation",
+ "webview"
+ ],
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698