Index: content/public/browser/storage_partition.h |
diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h |
index 6cdb32864ff4f5bd8ef58366ff941313c94f3ffb..6743a4249ea828e1573ffd745f243cb69bff11db 100644 |
--- a/content/public/browser/storage_partition.h |
+++ b/content/public/browser/storage_partition.h |
@@ -18,6 +18,10 @@ namespace fileapi { |
class FileSystemContext; |
} |
+namespace net { |
+class URLRequestContextGetter; |
+} |
+ |
namespace quota { |
class QuotaManager; |
} |
@@ -41,6 +45,8 @@ class DOMStorageContext; |
class StoragePartition { |
public: |
virtual FilePath GetPath() = 0; |
+ virtual net::URLRequestContextGetter* GetURLRequestContext() = 0; |
+ virtual net::URLRequestContextGetter* GetMediaURLRequestContext() = 0; |
virtual quota::QuotaManager* GetQuotaManager() = 0; |
virtual appcache::AppCacheService* GetAppCacheService() = 0; |
virtual fileapi::FileSystemContext* GetFileSystemContext() = 0; |