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

Unified Diff: content/browser/quota/mock_quota_manager_proxy.cc

Issue 1498003003: Remove kint64max. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: INT64_MAX 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
« no previous file with comments | « content/browser/quota/mock_quota_manager_proxy.h ('k') | media/blink/websourcebuffer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/quota/mock_quota_manager_proxy.cc
diff --git a/content/browser/quota/mock_quota_manager_proxy.cc b/content/browser/quota/mock_quota_manager_proxy.cc
index 2e26e32c0f317311ed86bfef41464898ac5ed304..a8b955d894ca64cfd671e6bc745bc88316bb8f91 100644
--- a/content/browser/quota/mock_quota_manager_proxy.cc
+++ b/content/browser/quota/mock_quota_manager_proxy.cc
@@ -43,9 +43,10 @@ void MockQuotaManagerProxy::NotifyStorageAccessed(
last_notified_type_ = type;
}
-void MockQuotaManagerProxy::NotifyStorageModified(
- QuotaClient::ID client_id, const GURL& origin,
- StorageType type, int64 delta) {
+void MockQuotaManagerProxy::NotifyStorageModified(QuotaClient::ID client_id,
+ const GURL& origin,
+ StorageType type,
+ int64_t delta) {
++storage_modified_count_;
last_notified_origin_ = origin;
last_notified_type_ = type;
« no previous file with comments | « content/browser/quota/mock_quota_manager_proxy.h ('k') | media/blink/websourcebuffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698