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

Issue 1974593002: Make the launch params the default client behavior for UMA 3g (Closed)

Created:
4 years, 7 months ago by gayane -on leave until 09-2017
Modified:
4 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org, sdefresne+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make the launch params the default client behavior for UMA 3g BUG=455847 Committed: https://crrev.com/8ff878076934185e5679df6f75a26f0eff47da22 Cr-Commit-Position: refs/heads/master@{#394811}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Total comments: 12

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Total comments: 8

Patch Set 5 : change DataUseTracker init logic #

Total comments: 2

Patch Set 6 : unused includes removed #

Patch Set 7 : sync #

Patch Set 8 : fix build presubmit warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -99 lines) Patch
M chrome/browser/metrics/chrome_metrics_service_client.cc View 1 2 3 4 5 6 7 chunks +6 lines, -34 lines 0 comments Download
M components/metrics.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M components/metrics/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +4 lines, -3 lines 0 comments Download
M components/metrics/data_use_tracker.cc View 1 2 3 4 4 chunks +15 lines, -11 lines 0 comments Download
M components/metrics/metrics_service.cc View 1 2 3 4 5 6 5 chunks +0 lines, -23 lines 0 comments Download
M components/metrics/net/DEPS View 1 chunk +2 lines, -1 line 0 comments Download
A components/metrics/net/cellular_logic_helper.h View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A components/metrics/net/cellular_logic_helper.cc View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
M ios/chrome/browser/metrics/ios_chrome_metrics_service_client.cc View 4 chunks +4 lines, -27 lines 0 comments Download

Messages

Total messages: 38 (16 generated)
gayane -on leave until 09-2017
Please have a look
4 years, 7 months ago (2016-05-12 21:32:21 UTC) #8
Alexei Svitkine (slow)
https://codereview.chromium.org/1974593002/diff/100001/components/metrics/net/cellular_logic_helper.cc File components/metrics/net/cellular_logic_helper.cc (right): https://codereview.chromium.org/1974593002/diff/100001/components/metrics/net/cellular_logic_helper.cc#newcode36 components/metrics/net/cellular_logic_helper.cc:36: return false; I think we want to default to ...
4 years, 7 months ago (2016-05-13 15:53:59 UTC) #9
Alexei Svitkine (slow)
Also please associate this with a crbug. On Fri, May 13, 2016 at 11:53 AM, ...
4 years, 7 months ago (2016-05-13 16:20:39 UTC) #10
gayane -on leave until 09-2017
Done. https://codereview.chromium.org/1974593002/diff/100001/components/metrics/net/cellular_logic_helper.cc File components/metrics/net/cellular_logic_helper.cc (right): https://codereview.chromium.org/1974593002/diff/100001/components/metrics/net/cellular_logic_helper.cc#newcode36 components/metrics/net/cellular_logic_helper.cc:36: return false; On 2016/05/13 15:53:59, Alexei Svitkine wrote: ...
4 years, 7 months ago (2016-05-13 18:33:15 UTC) #12
Alexei Svitkine (slow)
https://codereview.chromium.org/1974593002/diff/120001/components/metrics/data_use_tracker.cc File components/metrics/data_use_tracker.cc (right): https://codereview.chromium.org/1974593002/diff/120001/components/metrics/data_use_tracker.cc#newcode17 components/metrics/data_use_tracker.cc:17: const int kDefaultUMAWeeklyQuotaBytes = 204800; Nit: Put these in ...
4 years, 7 months ago (2016-05-13 18:37:14 UTC) #13
gayane -on leave until 09-2017
Thanks for the review. Have one more look. https://codereview.chromium.org/1974593002/diff/120001/components/metrics/data_use_tracker.cc File components/metrics/data_use_tracker.cc (right): https://codereview.chromium.org/1974593002/diff/120001/components/metrics/data_use_tracker.cc#newcode17 components/metrics/data_use_tracker.cc:17: const ...
4 years, 7 months ago (2016-05-13 19:17:02 UTC) #14
gayane -on leave until 09-2017
lpromero@chromium.org: Please review changes in ios/chrome/browser/metrics
4 years, 7 months ago (2016-05-13 19:19:23 UTC) #16
Alexei Svitkine (slow)
https://codereview.chromium.org/1974593002/diff/140001/components/metrics/data_use_tracker.cc File components/metrics/data_use_tracker.cc (right): https://codereview.chromium.org/1974593002/diff/140001/components/metrics/data_use_tracker.cc#newcode180 components/metrics/data_use_tracker.cc:180: base::FieldTrialList::FindFullName("UMA_EnableCellularLogUpload"); We wanted to not have this experiment check ...
4 years, 7 months ago (2016-05-13 20:21:09 UTC) #17
gayane -on leave until 09-2017
Thanks. PTAL https://codereview.chromium.org/1974593002/diff/140001/components/metrics/data_use_tracker.cc File components/metrics/data_use_tracker.cc (right): https://codereview.chromium.org/1974593002/diff/140001/components/metrics/data_use_tracker.cc#newcode180 components/metrics/data_use_tracker.cc:180: base::FieldTrialList::FindFullName("UMA_EnableCellularLogUpload"); On 2016/05/13 20:21:09, Alexei Svitkine wrote: ...
4 years, 7 months ago (2016-05-13 20:43:00 UTC) #18
Alexei Svitkine (slow)
https://codereview.chromium.org/1974593002/diff/160001/components/metrics/data_use_tracker.cc File components/metrics/data_use_tracker.cc (right): https://codereview.chromium.org/1974593002/diff/160001/components/metrics/data_use_tracker.cc#newcode22 components/metrics/data_use_tracker.cc:22: const double kDefaultUMARatio = 0.05; Are these defaults safe ...
4 years, 7 months ago (2016-05-13 20:46:47 UTC) #19
gayane -on leave until 09-2017
https://codereview.chromium.org/1974593002/diff/160001/components/metrics/data_use_tracker.cc File components/metrics/data_use_tracker.cc (right): https://codereview.chromium.org/1974593002/diff/160001/components/metrics/data_use_tracker.cc#newcode22 components/metrics/data_use_tracker.cc:22: const double kDefaultUMARatio = 0.05; On 2016/05/13 20:46:47, Alexei ...
4 years, 7 months ago (2016-05-13 20:57:12 UTC) #20
Alexei Svitkine (slow)
https://codereview.chromium.org/1974593002/diff/160001/components/metrics/data_use_tracker.cc File components/metrics/data_use_tracker.cc (right): https://codereview.chromium.org/1974593002/diff/160001/components/metrics/data_use_tracker.cc#newcode22 components/metrics/data_use_tracker.cc:22: const double kDefaultUMARatio = 0.05; On 2016/05/13 20:57:12, gayane ...
4 years, 7 months ago (2016-05-13 20:59:44 UTC) #21
gayane -on leave until 09-2017
Sorry forgot to upload previously.
4 years, 7 months ago (2016-05-13 21:06:04 UTC) #22
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/1974593002/diff/180001/components/metrics/metrics_service.cc File components/metrics/metrics_service.cc (left): https://codereview.chromium.org/1974593002/diff/180001/components/metrics/metrics_service.cc#oldcode237 components/metrics/metrics_service.cc:237: bool ShouldUploadLog() { Nit: Can you remove some ...
4 years, 7 months ago (2016-05-13 21:11:56 UTC) #23
gayane -on leave until 09-2017
https://codereview.chromium.org/1974593002/diff/160001/components/metrics/data_use_tracker.cc File components/metrics/data_use_tracker.cc (right): https://codereview.chromium.org/1974593002/diff/160001/components/metrics/data_use_tracker.cc#newcode22 components/metrics/data_use_tracker.cc:22: const double kDefaultUMARatio = 0.05; On 2016/05/13 20:59:43, Alexei ...
4 years, 7 months ago (2016-05-16 15:33:04 UTC) #24
gayane -on leave until 09-2017
@lpromero ping
4 years, 7 months ago (2016-05-18 18:03:22 UTC) #25
lpromero
lgtm
4 years, 7 months ago (2016-05-18 19:34:52 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1974593002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1974593002/200001
4 years, 7 months ago (2016-05-18 19:36:17 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/7874) ios-device-gn on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 7 months ago (2016-05-18 19:40:24 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1974593002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1974593002/240001
4 years, 7 months ago (2016-05-19 15:41:21 UTC) #34
commit-bot: I haz the power
Committed patchset #8 (id:240001)
4 years, 7 months ago (2016-05-19 18:04:42 UTC) #36
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 18:06:09 UTC) #38
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/8ff878076934185e5679df6f75a26f0eff47da22
Cr-Commit-Position: refs/heads/master@{#394811}

Powered by Google App Engine
This is Rietveld 408576698