| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index dc0d233cf757ebb705d8fa79bf761ecfbc0e780c..c5ccdd59fd87656e60a32ec53d8ed2866e24d30e 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -288,6 +288,7 @@ class CONTENT_EXPORT BrowserPluginGuest
|
| // Requests geolocation permission through Embedder JavaScript API.
|
| void AskEmbedderForGeolocationPermission(int bridge_id,
|
| const GURL& requesting_frame,
|
| + bool user_gesture,
|
| const GeolocationCallback& callback);
|
| // Cancels pending geolocation request.
|
| void CancelGeolocationRequest(int bridge_id);
|
|
|