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 ec47813b15d0f3d0453904033f65cdd27cd7ceb3..b954c70bb98293afcb4e712bf4abd170e865347b 100644 |
--- a/content/public/test/test_browser_context.cc |
+++ b/content/public/test/test_browser_context.cc |
@@ -82,14 +82,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; |
} |