| Index: content/shell/browser/shell_content_browser_client.h
|
| diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
|
| index fbc7e25cac075ffca8bb670db024eefa41bec788..09720e73dd950c9fdf920b58f41386df3f79af78 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -57,7 +57,8 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
| virtual std::string GetDefaultDownloadName() OVERRIDE;
|
| virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
|
| - WebContents* web_contents) OVERRIDE;
|
| + WebContents* web_contents,
|
| + gfx::NativeView context) OVERRIDE;
|
| virtual QuotaPermissionContext* CreateQuotaPermissionContext() OVERRIDE;
|
| virtual void RequestDesktopNotificationPermission(
|
| const GURL& source_origin,
|
|
|