| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index e2d778681a35f73cf019e6910a7b22161e921bb3..89031d4337f265ca75057a8f353ad77068f3ee6b 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -201,6 +201,8 @@ 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* GetRequestContextForPossibleApp(
|
| + const Extension* installed_app);
|
| void CreateRequestContext();
|
| // Clears out the created request context (which must be done before shutting
|
| // down the IO thread to avoid leaks).
|
| @@ -208,6 +210,8 @@ class TestingProfile : public Profile {
|
|
|
| virtual URLRequestContextGetter* GetRequestContextForMedia();
|
| virtual URLRequestContextGetter* GetRequestContextForExtensions();
|
| + virtual URLRequestContextGetter* GetRequestContextForIsolatedApp(
|
| + const Extension* installed_app);
|
|
|
| virtual net::SSLConfigService* GetSSLConfigService();
|
| virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher();
|
|
|