| Index: chrome/browser/profile_impl.h
|
| diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h
|
| index a948e4c5deefa83b32e45971d1d680068a4d1454..d8f108b94419c9326c069d19ec4300a7afaa53fc 100644
|
| --- a/chrome/browser/profile_impl.h
|
| +++ b/chrome/browser/profile_impl.h
|
| @@ -59,6 +59,7 @@ class ProfileImpl : public Profile,
|
| virtual TemplateURLFetcher* GetTemplateURLFetcher();
|
| virtual DownloadManager* GetDownloadManager();
|
| virtual PersonalDataManager* GetPersonalDataManager();
|
| + virtual FileSystemHostContext* GetFileSystemHostContext();
|
| virtual void InitThemes();
|
| virtual void SetTheme(Extension* extension);
|
| virtual void SetNativeTheme();
|
| @@ -195,6 +196,7 @@ class ProfileImpl : public Profile,
|
| scoped_ptr<StatusTray> status_tray_;
|
| scoped_refptr<PersonalDataManager> personal_data_manager_;
|
| scoped_ptr<PinnedTabService> pinned_tab_service_;
|
| + scoped_refptr<FileSystemHostContext> file_system_host_context_;
|
| bool history_service_created_;
|
| bool favicon_service_created_;
|
| bool created_web_data_service_;
|
|
|