| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 23ea93765f8faa3b1750b26d06aaad0da2533a23..630a8c194b069a006204f7608abebf392b4adf90 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -450,8 +450,12 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| int bridge_id,
|
| const GURL& requesting_frame,
|
| bool user_gesture,
|
| - base::Callback<void(bool)> result_callback,
|
| - base::Closure* cancel_callback);
|
| + const base::Callback<void(bool)>& result_callback);
|
| +
|
| + virtual void CancelGeolocationPermissionRequest(
|
| + WebContents* web_contents,
|
| + int bridge_id,
|
| + const GURL& requesting_frame);
|
|
|
| // Invoked when the Geolocation API uses its permission.
|
| virtual void DidUseGeolocationPermission(WebContents* web_contents,
|
|
|