| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index ef35079f80fe7a8399c214330e377e04e5524ad7..886f3e369af7eb7f589cdd27cd5097064c4dfd91 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -86,8 +86,12 @@ class ProfileImpl : public Profile,
|
| virtual BrowserThemeProvider* GetThemeProvider();
|
| virtual bool HasCreatedDownloadManager() const;
|
| virtual URLRequestContextGetter* GetRequestContext();
|
| + virtual URLRequestContextGetter* GetRequestContextForPossibleApp(
|
| + const Extension* 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);
|
| @@ -179,6 +183,9 @@ class ProfileImpl : public Profile,
|
|
|
| ExtensionPrefValueMap* GetExtensionPrefValueMap();
|
|
|
| + static void CreateIsolatedAppPaths(const FilePath& app_path,
|
| + const FilePath& cache_path);
|
| +
|
| NotificationRegistrar registrar_;
|
| PrefChangeRegistrar pref_change_registrar_;
|
|
|
|
|