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

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

Issue 2516713002: [BlobStorage] Implementing disk. (Closed)
Patch Set: file flushing, stack track on reader error 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_memory_controller.h
diff --git a/storage/browser/blob/blob_memory_controller.h b/storage/browser/blob/blob_memory_controller.h
index 068e22b32ea47e4803f41b45b2fd22678444d0e4..865d3e01ab580a460364d62375a136ff24e54aa8 100644
--- a/storage/browser/blob/blob_memory_controller.h
+++ b/storage/browser/blob/blob_memory_controller.h
@@ -103,7 +103,7 @@ class STORAGE_EXPORT BlobMemoryController {
// The bool argument is true if we successfully received file quota, and the
// vector argument provides the file info.
using FileQuotaRequestCallback =
- base::Callback<void(bool, std::vector<FileCreationInfo>)>;
+ base::Callback<void(std::vector<FileCreationInfo>, bool)>;
// We enable file paging if |file_runner| isn't a nullptr.
BlobMemoryController(const base::FilePath& storage_directory,

Powered by Google App Engine
This is Rietveld 408576698