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

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

Issue 2552153002: [BlobStorage] Enabling disk paging and direct storage. (Closed)
Patch Set: Created 4 years 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 9e068a71610ed4db99e73e17e0fdcb100b712f10..2dc3640a268680340e9847e21fc1193913383243 100644
--- a/storage/browser/blob/blob_storage_context.h
+++ b/storage/browser/blob/blob_storage_context.h
@@ -130,6 +130,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;

Powered by Google App Engine
This is Rietveld 408576698