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

Issue 11597005: Do not update FileSystemUsageCache if the delta is zero (Closed)

Created:
8 years ago by tzik
Modified:
8 years ago
Reviewers:
kinuko
CC:
chromium-reviews, tzik+watch_chromium.org, kinuko+watch, darin-cc_chromium.org
Visibility:
Public.

Description

Do not update FileSystemUsageCache if the delta is zero BUG=166158 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173439

Patch Set 1 #

Total comments: 2

Patch Set 2 : s/if (delta)/if(delta != 0)/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M webkit/fileapi/sandbox_quota_observer.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
tzik
PTAL
8 years ago (2012-12-17 08:09:42 UTC) #1
kinuko
lgtm https://codereview.chromium.org/11597005/diff/1/webkit/fileapi/sandbox_quota_observer.cc File webkit/fileapi/sandbox_quota_observer.cc (right): https://codereview.chromium.org/11597005/diff/1/webkit/fileapi/sandbox_quota_observer.cc#newcode43 webkit/fileapi/sandbox_quota_observer.cc:43: if (delta) nit: while I'm in chrome I ...
8 years ago (2012-12-17 08:14:56 UTC) #2
tzik
https://codereview.chromium.org/11597005/diff/1/webkit/fileapi/sandbox_quota_observer.cc File webkit/fileapi/sandbox_quota_observer.cc (right): https://codereview.chromium.org/11597005/diff/1/webkit/fileapi/sandbox_quota_observer.cc#newcode43 webkit/fileapi/sandbox_quota_observer.cc:43: if (delta) On 2012/12/17 08:14:56, kinuko wrote: > nit: ...
8 years ago (2012-12-17 08:18:54 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/11597005/4001
8 years ago (2012-12-17 08:19:15 UTC) #4
commit-bot: I haz the power
8 years ago (2012-12-17 10:05:32 UTC) #5
Message was sent while issue was closed.
Change committed as 173439

Powered by Google App Engine
This is Rietveld 408576698