| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 4d5ca2e0b23a361e140cf18a6e3e49a56a90e76e..8aa5bc334d627c82c76be9276ccfd038ed1b4ee4 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1940,7 +1940,7 @@ void ChromeContentBrowserClient::RequestGeolocationPermission(
|
| int bridge_id,
|
| const GURL& requesting_frame,
|
| bool user_gesture,
|
| - base::Callback<void(bool)> result_callback,
|
| + base::Callback<void(int, bool)> result_callback,
|
| base::Closure* cancel_callback) {
|
| GeolocationPermissionContextFactory::GetForProfile(
|
| Profile::FromBrowserContext(web_contents->GetBrowserContext()))->
|
|
|