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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js

Issue 235633002: <webview>: Move Geolocation permission to chrome layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests in Debug mode Created 6 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/embedder_has_permission/embedder.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js b/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js
index 6b36ac87f8dbee701c909c9a0458dd3e7d25cf80..d2e6db94852dfe26f0f199c1d50d1b004c9fcdf7 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js
@@ -112,10 +112,6 @@ embedder.assertCorrectEvent_ = function(e) {
embedder.test.assertEq('geolocation', e.permission);
embedder.test.assertTrue(!!e.url);
embedder.test.assertTrue(e.url.indexOf(embedder.baseGuestURL) == 0);
-
- // Check that unexpected properties (from other permissionrequest) do not show
- // up in the event object.
- embedder.test.assertFalse('userGesture' in e);
};
// Tests begin.

Powered by Google App Engine
This is Rietveld 408576698