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

Unified Diff: chrome/browser/ui/webui/options/chromeos/storage_manager_handler.cc

Issue 2860573004: [Offline Pages] Add cached offline page utils and show usage in settings. (Closed)
Patch Set: address missed comment Created 3 years, 7 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: chrome/browser/ui/webui/options/chromeos/storage_manager_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/storage_manager_handler.cc b/chrome/browser/ui/webui/options/chromeos/storage_manager_handler.cc
index d73852c003a8e8d2613d81f4ee78a6b4d3d6e8aa..c6e0c9f4d748d437fc803160eb054ddf46c9e055 100644
--- a/chrome/browser/ui/webui/options/chromeos/storage_manager_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/storage_manager_handler.cc
@@ -330,7 +330,7 @@ void StorageManagerHandler::UpdateBrowsingDataSize() {
weak_ptr_factory_.GetWeakPtr(), true));
}
-void StorageManagerHandler::OnGetCacheSize(int64_t size, bool is_upper_limit) {
+void StorageManagerHandler::OnGetCacheSize(bool is_upper_limit, int64_t size) {
DCHECK(!is_upper_limit);
OnGetBrowsingDataSize(false, size);
}

Powered by Google App Engine
This is Rietveld 408576698