Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index e715adeaf0fd85f5f92cac0b68256b610bf6f0ac..f8a7b4ca5e9f4efc4823b437a14f27e8ae108d3a 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -659,6 +659,12 @@ TestingProfile::GetMediaRequestContextForRenderProcess( |
return NULL; |
} |
+net::URLRequestContextGetter* |
+TestingProfile::GetMediaRequestContextForStoragePartition( |
+ const std::string& partition_id) { |
+ return NULL; |
+} |
+ |
net::URLRequestContextGetter* TestingProfile::GetRequestContextForExtensions() { |
if (!extensions_request_context_) |
extensions_request_context_ = new TestExtensionURLRequestContextGetter(); |