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

Unified Diff: content/browser/fileapi/chrome_blob_storage_context.h

Issue 1528233004: [Blob] Blob paging to disk patch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-disk1
Patch Set: Created 5 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: content/browser/fileapi/chrome_blob_storage_context.h
diff --git a/content/browser/fileapi/chrome_blob_storage_context.h b/content/browser/fileapi/chrome_blob_storage_context.h
index 0c565459a2cf052e2e159132e972025fbe7fed73..3470c4c22001697d9ff47adc1bce8336ee288989 100644
--- a/content/browser/fileapi/chrome_blob_storage_context.h
+++ b/content/browser/fileapi/chrome_blob_storage_context.h
@@ -35,7 +35,7 @@ class CONTENT_EXPORT ChromeBlobStorageContext
: public base::RefCountedThreadSafe<ChromeBlobStorageContext,
ChromeBlobStorageContextDeleter> {
public:
- ChromeBlobStorageContext();
+ explicit ChromeBlobStorageContext(bool disk_enabled);
static ChromeBlobStorageContext* GetFor(
BrowserContext* browser_context);
@@ -66,6 +66,7 @@ class CONTENT_EXPORT ChromeBlobStorageContext
void DeleteOnCorrectThread() const;
+ bool disk_enabled_;
scoped_ptr<storage::BlobStorageContext> context_;
};
« no previous file with comments | « content/browser/fileapi/blob_storage_host.cc ('k') | content/browser/fileapi/chrome_blob_storage_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698