| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index b39eba0bcc8b902af4b3fabb90698e3ffcdfd53d..e102634c80a70327780e7907bd05b8f2d4eb0b55 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -87,6 +87,7 @@ class ProfileImpl : public Profile,
|
| virtual net::URLRequestContextGetter* GetRequestContextForExtensions();
|
| virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp(
|
| const std::string& app_id);
|
| + virtual const content::ResourceContext& GetResourceContext();
|
| virtual void RegisterExtensionWithRequestContexts(const Extension* extension);
|
| virtual void UnregisterExtensionWithRequestContexts(
|
| const Extension* extension);
|
|
|