| 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 ff9a74dcd98840a8d97953db0f2c65fbe18b0a73..016881fbd774a9b7bcbd96142cce5f35bca4591c 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -292,6 +292,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);
|
|
|