| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index 847093eff58ff17a0fd46882ea0910413a1faf1d..1780e52cd25dc81a2d3fad6cd1b0769a04547126 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -224,6 +224,7 @@ class TestingProfile : public Profile {
|
| // getter is currently only capable of returning a Context that helps test
|
| // the CookieMonster. See implementation comments for more details.
|
| virtual URLRequestContextGetter* GetRequestContext();
|
| + virtual URLRequestContextGetter* GetRequestContext(const Extension* app);
|
| void CreateRequestContext();
|
| // Clears out the created request context (which must be done before shutting
|
| // down the IO thread to avoid leaks).
|
| @@ -231,6 +232,8 @@ class TestingProfile : public Profile {
|
|
|
| virtual URLRequestContextGetter* GetRequestContextForMedia() { return NULL; }
|
| virtual URLRequestContextGetter* GetRequestContextForExtensions();
|
| + virtual URLRequestContextGetter* GetRequestContextForIsolatedApp(
|
| + const Extension* installed_app);
|
|
|
| virtual net::SSLConfigService* GetSSLConfigService() { return NULL; }
|
| virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher() { return NULL; }
|
|
|