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 0c16ce711ba9b17b1833ce6c1a2e85bbd8e860f8..07793651e340c69372511af13cfd855711bcfbb3 100644 |
--- a/content/browser/mock_content_browser_client.h |
+++ b/content/browser/mock_content_browser_client.h |
@@ -109,6 +109,8 @@ class MockContentBrowserClient : public ContentBrowserClient { |
virtual void ClearCache(RenderViewHost* rvh) OVERRIDE; |
virtual void ClearCookies(RenderViewHost* rvh) OVERRIDE; |
virtual FilePath GetDefaultDownloadDirectory() OVERRIDE; |
+ virtual net::URLRequestContextGetter* |
+ GetDefaultRequestContextDeprecatedCrBug64339() OVERRIDE; |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
virtual int GetCrashSignalFD(const std::string& process_type) OVERRIDE; |