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

Unified Diff: chrome/browser/ui/webui/quota_internals_proxy.h

Issue 10958032: Merged HostQuotaCallback into QuotaCallback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Kinuko Review #1 Created 8 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/quota_internals_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/quota_internals_proxy.h
diff --git a/chrome/browser/ui/webui/quota_internals_proxy.h b/chrome/browser/ui/webui/quota_internals_proxy.h
index 926c3ed675e6be2f1627c6bf23d09c6dd9de327d..2a36b1a9f5e0054af897183231049fc5fa621dbe 100644
--- a/chrome/browser/ui/webui/quota_internals_proxy.h
+++ b/chrome/browser/ui/webui/quota_internals_proxy.h
@@ -56,8 +56,8 @@ class QuotaInternalsProxy
// Called on IO Thread by QuotaManager as callback.
void DidGetAvailableSpace(quota::QuotaStatusCode status, int64 space);
- void DidGetGlobalQuota(quota::QuotaStatusCode status,
- quota::StorageType type,
+ void DidGetGlobalQuota(quota::StorageType type,
+ quota::QuotaStatusCode status,
int64 quota);
void DidGetGlobalUsage(quota::StorageType type,
int64 usage,
« no previous file with comments | « no previous file | chrome/browser/ui/webui/quota_internals_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698