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

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

Issue 2552153002: [BlobStorage] Enabling disk paging and direct storage. (Closed)
Patch Set: Added detection for getting close to disk full, and disk usage freezing 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..825ba8fc94e775ef5508df865b48eb91dde25a19 100644
--- a/storage/browser/blob/blob_storage_context.h
+++ b/storage/browser/blob/blob_storage_context.h
@@ -37,6 +37,7 @@ namespace content {
class BlobDispatcherHost;
class BlobDispatcherHostTest;
class BlobStorageBrowserTest;
+class ChromeBlobStorageContext;
}
namespace storage {
@@ -130,6 +131,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