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

Issue 6990058: Switch to the new CustomHistogram::ArrayToCustomRanges() utility (Closed)

Created:
9 years, 7 months ago by Jói
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, jam, Jói, brettw-cc_chromium.org
Visibility:
Public.

Description

Switch to the new CustomHistogram::ArrayToCustomRanges() utility function where appropriate. Add a DCHECK which may be useful to detect incorrect usage. BUG=none TEST=net_unittests, unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86822

Patch Set 1 #

Total comments: 4

Patch Set 2 : Move DCHECK. #

Patch Set 3 : Merge to lkgr #

Patch Set 4 : Merge to head. #

Patch Set 5 : Merge to head again. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -60 lines) Patch
M base/metrics/histogram.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 3 chunks +16 lines, -14 lines 0 comments Download
M net/base/host_resolver_impl.cc View 2 chunks +43 lines, -46 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jói
Jim: Here's the switch to using the new utility function, as promised. Please review the ...
9 years, 7 months ago (2011-05-24 16:11:58 UTC) #1
jar (doing other things)
LGTM Possible change below. http://codereview.chromium.org/6990058/diff/1/base/metrics/histogram.cc File base/metrics/histogram.cc (right): http://codereview.chromium.org/6990058/diff/1/base/metrics/histogram.cc#newcode949 base/metrics/histogram.cc:949: DCHECK_GE(value, 0); // You must ...
9 years, 7 months ago (2011-05-24 18:10:07 UTC) #2
Jói
Thanks Jim. http://codereview.chromium.org/6990058/diff/1/base/metrics/histogram.cc File base/metrics/histogram.cc (right): http://codereview.chromium.org/6990058/diff/1/base/metrics/histogram.cc#newcode949 base/metrics/histogram.cc:949: DCHECK_GE(value, 0); // You must use positive ...
9 years, 7 months ago (2011-05-24 18:27:31 UTC) #3
jar (doing other things)
LGTM
9 years, 7 months ago (2011-05-24 21:56:06 UTC) #4
jam
content lgtm
9 years, 7 months ago (2011-05-25 00:45:48 UTC) #5
Jói
Adding cbentzel@ for net/OWNERS approval.
9 years, 7 months ago (2011-05-26 14:20:58 UTC) #6
cbentzel
9 years, 7 months ago (2011-05-26 14:24:52 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698