| 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 eb2f90b6cb9465693eb71525eebf4157389096f2..825366a8a2c99f3f73daf0088ae59a33f3fd7c70 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -194,7 +194,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| int render_process_id) OVERRIDE;
|
| virtual void ShowDesktopNotification(
|
| const content::ShowDesktopNotificationHostMsgParams& params,
|
| - content::RenderFrameHost* render_frame_host,
|
| + content::BrowserContext* browser_context,
|
| scoped_ptr<content::DesktopNotificationDelegate> delegate,
|
| base::Closure* cancel_callback) OVERRIDE;
|
| virtual void RequestGeolocationPermission(
|
|
|