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

Unified Diff: content/browser/browser_plugin/browser_plugin_geolocation_permission_context.h

Issue 185813004: [Geolocation] Attach user gesture indicator to permission request call. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch android 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: content/browser/browser_plugin/browser_plugin_geolocation_permission_context.h
diff --git a/content/browser/browser_plugin/browser_plugin_geolocation_permission_context.h b/content/browser/browser_plugin/browser_plugin_geolocation_permission_context.h
index 27cc9e3e4a714dd35dc553fd5aa321b784c3bee6..2f330e1d4e5534c1f0fb15d2dba07c67a316330e 100644
--- a/content/browser/browser_plugin/browser_plugin_geolocation_permission_context.h
+++ b/content/browser/browser_plugin/browser_plugin_geolocation_permission_context.h
@@ -26,6 +26,7 @@ class BrowserPluginGeolocationPermissionContext :
int render_view_id,
int bridge_id,
const GURL& requesting_frame,
+ bool user_gesture,
base::Callback<void(bool)> callback) OVERRIDE;
virtual void CancelGeolocationPermissionRequest(
int render_process_id,

Powered by Google App Engine
This is Rietveld 408576698