| Index: chrome/browser/profile_impl.h
|
| ===================================================================
|
| --- chrome/browser/profile_impl.h (revision 57697)
|
| +++ chrome/browser/profile_impl.h (working copy)
|
| @@ -103,6 +103,7 @@
|
| void InitSyncService();
|
| virtual CloudPrintProxyService* GetCloudPrintProxyService();
|
| void InitCloudPrintProxyService();
|
| + virtual ChromeBlobStorageContext* GetBlobStorageContext();
|
|
|
| #if defined(OS_CHROMEOS)
|
| virtual chromeos::ProxyConfigServiceImpl* GetChromeOSProxyConfigServiceImpl();
|
| @@ -233,6 +234,8 @@
|
|
|
| scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails.
|
|
|
| + scoped_refptr<ChromeBlobStorageContext> blob_storage_context_;
|
| +
|
| #if defined(OS_CHROMEOS)
|
| chromeos::Preferences chromeos_preferences_;
|
|
|
|
|