| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index cbd7382e5fe65914652fb4db217a299641969ac0..b0613d995df55b33a046c48d3d2216b5c63c97c3 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -191,7 +191,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| int render_process_id) override;
|
| 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;
|
| void RequestGeolocationPermission(
|
|
|