| Index: content/public/browser/storage_partition.h
|
| diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
|
| index d7c13630cd7414d5676f6f1cfe30c012dfb1089b..ac4fee08a03aa482cb4a64279be3f4f3b96ffcfb 100644
|
| --- a/content/public/browser/storage_partition.h
|
| +++ b/content/public/browser/storage_partition.h
|
| @@ -43,6 +43,7 @@ class StoragePartition {
|
| virtual webkit_database::DatabaseTracker* GetDatabaseTracker() = 0;
|
| virtual DOMStorageContext* GetDOMStorageContext() = 0;
|
| virtual IndexedDBContext* GetIndexedDBContext() = 0;
|
| + virtual ResourceContext* GetResourceContext() = 0;
|
|
|
| protected:
|
| virtual ~StoragePartition() {}
|
|
|