| Index: content/browser/mock_content_browser_client.h
|
| diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h
|
| index a2380f68a4316dd3398c0e7f0bf6712f1fb02e83..551f7f1396a3d105f7fbe0b09cb642c100ef2993 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -147,6 +147,7 @@ class MockContentBrowserClient : public ContentBrowserClient {
|
| virtual void ClearCookies(RenderViewHost* rvh) OVERRIDE;
|
| virtual FilePath GetDefaultDownloadDirectory() OVERRIDE;
|
| virtual std::string GetDefaultDownloadName() OVERRIDE;
|
| + virtual bool AllowSocketAPI(const GURL& url) OVERRIDE;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| virtual int GetCrashSignalFD(const CommandLine& command_line) OVERRIDE;
|
|
|