Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Unified Diff: storage/browser/blob/blob_storage_context.h

Issue 2552153002: [BlobStorage] Enabling disk paging and direct storage. (Closed)
Patch Set: added comments to WebContentsImplTest Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: storage/browser/blob/blob_storage_context.h
diff --git a/storage/browser/blob/blob_storage_context.h b/storage/browser/blob/blob_storage_context.h
index 3dc5a0389c8a679349234ff9b29fee7c8353bac9..350696927bcfcecffd1fe63cb90497eabe9d0bd4 100644
--- a/storage/browser/blob/blob_storage_context.h
+++ b/storage/browser/blob/blob_storage_context.h
@@ -31,6 +31,7 @@ namespace content {
class BlobDispatcherHost;
class BlobDispatcherHostTest;
class BlobStorageBrowserTest;
+class ChromeBlobStorageContext;
}
namespace storage {
@@ -123,6 +124,7 @@ class STORAGE_EXPORT BlobStorageContext {
friend class content::BlobDispatcherHost;
friend class content::BlobDispatcherHostTest;
friend class content::BlobStorageBrowserTest;
+ friend class content::ChromeBlobStorageContext;
friend class BlobTransportHost;
friend class BlobTransportHostTest;
friend class BlobDataHandle;
« no previous file with comments | « storage/browser/blob/blob_memory_controller.cc ('k') | storage/common/blob_storage/blob_storage_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698