Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index 0476899adc917b200ba1d30027d012d8e42e65e1..1c48188caa59aa459531bd59181cb6d5fe690c26 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -245,8 +245,11 @@ class TestingProfile : public Profile { |
int renderer_child_id) OVERRIDE; |
virtual net::URLRequestContextGetter* |
GetRequestContextForExtensions() OVERRIDE; |
- virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp( |
- const std::string& app_id) OVERRIDE; |
+ virtual net::URLRequestContextGetter* |
+ GetMediaRequestContextForStoragePartition( |
+ const std::string& partition_id) OVERRIDE; |
+ virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition( |
+ const std::string& partition_id) OVERRIDE; |
virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE; |
virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE; |
virtual std::wstring GetName(); |