| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index ab48b04ca532292a0ef1e0e7dff1429e98dd477a..717038e7afc93639b6785ba37c7a0da4842e3f2e 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -42,6 +42,7 @@ class StoragePartitionImpl : public StoragePartition {
|
| virtual webkit_database::DatabaseTracker* GetDatabaseTracker() OVERRIDE;
|
| virtual DOMStorageContextWrapper* GetDOMStorageContext() OVERRIDE;
|
| virtual IndexedDBContextImpl* GetIndexedDBContext() OVERRIDE;
|
| + virtual ServiceWorkerContextWrapper* GetServiceWorkerContext() OVERRIDE;
|
|
|
| virtual void ClearDataForOrigin(
|
| uint32 remove_mask,
|
| @@ -56,8 +57,6 @@ class StoragePartitionImpl : public StoragePartition {
|
| const base::Time end,
|
| const base::Closure& callback) OVERRIDE;
|
|
|
| - ServiceWorkerContextWrapper* GetServiceWorkerContext();
|
| -
|
| WebRTCIdentityStore* GetWebRTCIdentityStore();
|
|
|
| struct DataDeletionHelper;
|
|
|