diff options
Diffstat (limited to 'content/shell/shell_content_browser_client.h')
-rw-r--r-- | content/shell/shell_content_browser_client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h index 033897c..38c63f9 100644 --- a/content/shell/shell_content_browser_client.h +++ b/content/shell/shell_content_browser_client.h @@ -137,9 +137,6 @@ class ShellContentBrowserClient : public ContentBrowserClient virtual void ClearCache(RenderViewHost* rvh) OVERRIDE; virtual void ClearCookies(RenderViewHost* rvh) OVERRIDE; virtual FilePath GetDefaultDownloadDirectory() OVERRIDE; - virtual net::URLRequestContextGetter* - GetDefaultRequestContextDeprecatedCrBug64339() OVERRIDE; - virtual net::URLRequestContextGetter* GetSystemRequestContext() OVERRIDE; #if defined(OS_POSIX) && !defined(OS_MACOSX) virtual int GetCrashSignalFD(const std::string& process_type) OVERRIDE; |