Index: content/shell/shell_content_browser_client.h |
diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h |
index eac66763ed72fb69cfff2e5315a78ed653e404b9..9bc44f80b806d62313add7466320bdcbfcd76317 100644 |
--- a/content/shell/shell_content_browser_client.h |
+++ b/content/shell/shell_content_browser_client.h |
@@ -157,7 +157,8 @@ class ShellContentBrowserClient : public ContentBrowserClient { |
virtual void ClearCookies(RenderViewHost* rvh) OVERRIDE; |
virtual FilePath GetDefaultDownloadDirectory() OVERRIDE; |
virtual std::string GetDefaultDownloadName() OVERRIDE; |
- virtual bool AllowSocketAPI(const GURL& url) OVERRIDE; |
+ virtual bool AllowSocketAPI(BrowserContext* browser_context, |
+ const GURL& url) OVERRIDE; |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
virtual int GetCrashSignalFD(const CommandLine& command_line) OVERRIDE; |