| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index b2565b978745d45356bdbc4eb0e49e9098052b4a..84758ed3d9b2b2882a01002b31945aa6ae3e0b55 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -85,8 +85,12 @@ class ProfileImpl : public Profile,
|
| virtual BrowserThemeProvider* GetThemeProvider();
|
| virtual bool HasCreatedDownloadManager() const;
|
| virtual URLRequestContextGetter* GetRequestContext();
|
| + virtual URLRequestContextGetter* GetRequestContextForPossibleApp(
|
| + const Extension* installed_app);
|
| virtual URLRequestContextGetter* GetRequestContextForMedia();
|
| virtual URLRequestContextGetter* GetRequestContextForExtensions();
|
| + virtual URLRequestContextGetter* GetRequestContextForIsolatedApp(
|
| + const Extension* installed_app);
|
| virtual void RegisterExtensionWithRequestContexts(const Extension* extension);
|
| virtual void UnregisterExtensionWithRequestContexts(
|
| const Extension* extension);
|
| @@ -178,6 +182,9 @@ class ProfileImpl : public Profile,
|
|
|
| ExtensionPrefValueMap* GetExtensionPrefValueMap();
|
|
|
| + static void CreateIsolatedAppPaths(const FilePath& app_path,
|
| + const FilePath& cache_path);
|
| +
|
| NotificationRegistrar registrar_;
|
| PrefChangeRegistrar pref_change_registrar_;
|
|
|
|
|