Index: content/public/test/test_browser_context.cc |
diff --git a/content/public/test/test_browser_context.cc b/content/public/test/test_browser_context.cc |
index 2269812aeb678d6709108cd923bba29ec48f8eb7..9c5e8fd58f501d31f9104faa3fe5fcf2a325efb3 100644 |
--- a/content/public/test/test_browser_context.cc |
+++ b/content/public/test/test_browser_context.cc |
@@ -109,14 +109,6 @@ TestBrowserContext::GetRequestContextForRenderProcess(int renderer_child_id) { |
return NULL; |
} |
- |
-net::URLRequestContextGetter* |
-TestBrowserContext::GetRequestContextForStoragePartition( |
- const FilePath& partition_path, |
- bool in_memory) { |
- return NULL; |
-} |
- |
net::URLRequestContextGetter* TestBrowserContext::GetMediaRequestContext() { |
return NULL; |
} |