| Index: android_webview/browser/aw_content_browser_client.h
|
| diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h
|
| index e95688752426c043276adc3cb92721257875bb2d..1bd515eb292ea870a36dc5c8b24a8cf9aae514a1 100644
|
| --- a/android_webview/browser/aw_content_browser_client.h
|
| +++ b/android_webview/browser/aw_content_browser_client.h
|
| @@ -115,7 +115,8 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
|
| int render_process_id) override;
|
| virtual void ShowDesktopNotification(
|
| const content::ShowDesktopNotificationHostMsgParams& params,
|
| - content::RenderFrameHost* render_frame_host,
|
| + content::BrowserContext* browser_context,
|
| + int render_process_id,
|
| scoped_ptr<content::DesktopNotificationDelegate> delegate,
|
| base::Closure* cancel_callback) override;
|
| virtual void RequestGeolocationPermission(
|
|
|