| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index 57ed7e1ce7cd7fe791a9c96736bd60dfd409728c..ff922f713c1b060754efdc8d2a5527985174f21a 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -47,8 +47,7 @@ class StoragePartitionImpl : public StoragePartition {
|
| storage::DatabaseTracker* GetDatabaseTracker() override;
|
| DOMStorageContextWrapper* GetDOMStorageContext() override;
|
| IndexedDBContextImpl* GetIndexedDBContext() override;
|
| - // TODO(jsbell): Expose this on the public API as well. crbug.com/466371
|
| - CacheStorageContextImpl* GetCacheStorageContext();
|
| + CacheStorageContextImpl* GetCacheStorageContext() override;
|
| ServiceWorkerContextWrapper* GetServiceWorkerContext() override;
|
| GeofencingManager* GetGeofencingManager() override;
|
| HostZoomMap* GetHostZoomMap() override;
|
|
|