| Index: content/public/browser/storage_partition.h
|
| diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
|
| index 1674a57f3b7c317700c39564dab61df25ee63d95..e9682f1a6a54194ba663e02a4385a7d764732ddd 100644
|
| --- a/content/public/browser/storage_partition.h
|
| +++ b/content/public/browser/storage_partition.h
|
| @@ -38,6 +38,7 @@ namespace content {
|
| class BrowserContext;
|
| class IndexedDBContext;
|
| class DOMStorageContext;
|
| +class ServiceWorkerContextWrapper;
|
|
|
| // Defines what persistent state a child process can access.
|
| //
|
| @@ -56,6 +57,7 @@ class StoragePartition {
|
| virtual webkit_database::DatabaseTracker* GetDatabaseTracker() = 0;
|
| virtual DOMStorageContext* GetDOMStorageContext() = 0;
|
| virtual IndexedDBContext* GetIndexedDBContext() = 0;
|
| + virtual ServiceWorkerContextWrapper* GetServiceWorkerContext() = 0;
|
|
|
| enum RemoveDataMask {
|
| REMOVE_DATA_MASK_APPCACHE = 1 << 0,
|
|
|