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

Issue 2439303002: Record UMA on number of days since data reduction proxy is enabled. (Closed)

Created:
4 years, 2 months ago by tbansal1
Modified:
4 years, 1 month ago
Reviewers:
rkaplow, Raj, sclittle
CC:
chromium-reviews, tbansal+watch-data-reduction-proxy_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Record UMA on number of days since data reduction proxy is enabled. BUG=658347 Committed: https://crrev.com/579a409d89d9da9a10a924e3d4704fc1e1144d77 Cr-Commit-Position: refs/heads/master@{#427368}

Patch Set 1 : ps #

Total comments: 22

Patch Set 2 : sclittle comments #

Total comments: 8

Patch Set 3 : addressed sclittle comments #

Patch Set 4 : fix compile error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -29 lines) Patch
M chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc View 1 2 3 3 chunks +10 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h View 1 2 3 4 chunks +13 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc View 1 2 3 4 chunks +35 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h View 1 2 3 3 chunks +13 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc View 1 2 5 chunks +15 lines, -13 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc View 1 2 3 chunks +90 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 54 (41 generated)
tbansal1
rajendrant: ptal. thanks.
4 years, 1 month ago (2016-10-24 17:15:06 UTC) #11
Raj
On 2016/10/24 17:15:06, tbansal1 wrote: > rajendrant: ptal. thanks. This UMA is recorded on every ...
4 years, 1 month ago (2016-10-24 18:21:21 UTC) #13
tbansal1
On 2016/10/24 18:21:21, Raj wrote: > On 2016/10/24 17:15:06, tbansal1 wrote: > > rajendrant: ptal. ...
4 years, 1 month ago (2016-10-24 18:31:19 UTC) #14
Raj
On 2016/10/24 18:31:19, tbansal1 wrote: > On 2016/10/24 18:21:21, Raj wrote: > > On 2016/10/24 ...
4 years, 1 month ago (2016-10-24 18:32:13 UTC) #15
tbansal1
sclittle: ptal. thanks.
4 years, 1 month ago (2016-10-24 18:33:03 UTC) #17
sclittle
https://codereview.chromium.org/2439303002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/2439303002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc#newcode253 components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc:253: clock_ = (std::move(clock)); nit: the outer parentheses around the ...
4 years, 1 month ago (2016-10-24 21:00:37 UTC) #18
tbansal1
sclittle: ptal. thanks. https://codereview.chromium.org/2439303002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/2439303002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc#newcode253 components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc:253: clock_ = (std::move(clock)); On 2016/10/24 21:00:36, ...
4 years, 1 month ago (2016-10-25 00:10:03 UTC) #22
sclittle
lgtm % nits https://codereview.chromium.org/2439303002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h File components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h (right): https://codereview.chromium.org/2439303002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h#newcode289 components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h:289: void SetClockForTesting(std::unique_ptr<base::Clock> clock); On 2016/10/25 00:10:03, ...
4 years, 1 month ago (2016-10-25 01:12:39 UTC) #25
tbansal1
rkaplow: ptal at histograms.xml. Thanks. https://codereview.chromium.org/2439303002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h File components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h (right): https://codereview.chromium.org/2439303002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h#newcode289 components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h:289: void SetClockForTesting(std::unique_ptr<base::Clock> clock); On ...
4 years, 1 month ago (2016-10-25 01:53:48 UTC) #35
rkaplow
lgtm
4 years, 1 month ago (2016-10-25 15:29:23 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2439303002/160001
4 years, 1 month ago (2016-10-25 15:47:18 UTC) #50
commit-bot: I haz the power
Committed patchset #4 (id:160001)
4 years, 1 month ago (2016-10-25 15:52:46 UTC) #52
commit-bot: I haz the power
4 years, 1 month ago (2016-10-25 16:14:38 UTC) #54
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/579a409d89d9da9a10a924e3d4704fc1e1144d77
Cr-Commit-Position: refs/heads/master@{#427368}

Powered by Google App Engine
This is Rietveld 408576698