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

Issue 2288853003: Adding local field trial for metrics/crash reports sampling. (Closed)

Created:
4 years, 3 months ago by jwd
Modified:
4 years, 3 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding local field trial for metrics/crash reports sampling. This is to support the first-run case, if no first-run variations seed was available. BUG=642086 Committed: https://crrev.com/34f77fad8128e9b51db959a4a1f9ab6bfcb08257 Cr-Commit-Position: refs/heads/master@{#415473}

Patch Set 1 #

Patch Set 2 : Adding local field trial for sampling. #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Total comments: 14

Patch Set 5 : #

Total comments: 2

Patch Set 6 : final comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -2 lines) Patch
M chrome/browser/chrome_browser_field_trials.h View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_field_trials.cc View 1 2 3 4 3 chunks +30 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_services_manager_client.h View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_services_manager_client.cc View 1 2 3 4 2 chunks +45 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
jwd
4 years, 3 months ago (2016-08-29 19:30:17 UTC) #3
Alexei Svitkine (slow)
https://codereview.chromium.org/2288853003/diff/20001/chrome/browser/chrome_browser_field_trials.cc File chrome/browser/chrome_browser_field_trials.cc (right): https://codereview.chromium.org/2288853003/diff/20001/chrome/browser/chrome_browser_field_trials.cc#newcode131 chrome/browser/chrome_browser_field_trials.cc:131: if (chrome::GetChannel() != version_info::Channel::UNKNOWN) Shouldn't you be checking for ...
4 years, 3 months ago (2016-08-29 19:38:42 UTC) #4
jwd
https://codereview.chromium.org/2288853003/diff/20001/chrome/browser/chrome_browser_field_trials.cc File chrome/browser/chrome_browser_field_trials.cc (right): https://codereview.chromium.org/2288853003/diff/20001/chrome/browser/chrome_browser_field_trials.cc#newcode131 chrome/browser/chrome_browser_field_trials.cc:131: if (chrome::GetChannel() != version_info::Channel::UNKNOWN) On 2016/08/29 19:38:42, Alexei Svitkine ...
4 years, 3 months ago (2016-08-29 21:36:24 UTC) #5
Alexei Svitkine (slow)
LGTM % lots of nits https://codereview.chromium.org/2288853003/diff/60001/chrome/browser/chrome_browser_field_trials.cc File chrome/browser/chrome_browser_field_trials.cc (right): https://codereview.chromium.org/2288853003/diff/60001/chrome/browser/chrome_browser_field_trials.cc#newcode117 chrome/browser/chrome_browser_field_trials.cc:117: // Create a field ...
4 years, 3 months ago (2016-08-30 18:17:05 UTC) #6
jwd
https://codereview.chromium.org/2288853003/diff/60001/chrome/browser/chrome_browser_field_trials.cc File chrome/browser/chrome_browser_field_trials.cc (right): https://codereview.chromium.org/2288853003/diff/60001/chrome/browser/chrome_browser_field_trials.cc#newcode117 chrome/browser/chrome_browser_field_trials.cc:117: // Create a field trial to controll metrics/crash sampling ...
4 years, 3 months ago (2016-08-30 18:59:41 UTC) #7
jwd
https://codereview.chromium.org/2288853003/diff/60001/chrome/browser/chrome_browser_field_trials.cc File chrome/browser/chrome_browser_field_trials.cc (right): https://codereview.chromium.org/2288853003/diff/60001/chrome/browser/chrome_browser_field_trials.cc#newcode117 chrome/browser/chrome_browser_field_trials.cc:117: // Create a field trial to controll metrics/crash sampling ...
4 years, 3 months ago (2016-08-30 18:59:42 UTC) #8
jwd
+thestig@ for chrome_browser_main.cc change.
4 years, 3 months ago (2016-08-30 20:11:51 UTC) #12
Lei Zhang
lgtm https://codereview.chromium.org/2288853003/diff/80001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/2288853003/diff/80001/chrome/browser/chrome_browser_main.cc#newcode910 chrome/browser/chrome_browser_main.cc:910: bool has_seed = false; How about: bool has_seed ...
4 years, 3 months ago (2016-08-30 21:31:28 UTC) #15
jwd
https://codereview.chromium.org/2288853003/diff/80001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/2288853003/diff/80001/chrome/browser/chrome_browser_main.cc#newcode910 chrome/browser/chrome_browser_main.cc:910: bool has_seed = false; On 2016/08/30 21:31:28, Lei Zhang ...
4 years, 3 months ago (2016-08-30 21:46:24 UTC) #16
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/2288853003/100001
4 years, 3 months ago (2016-08-30 21:58:44 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-08-30 22:53:31 UTC) #21
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 22:55:02 UTC) #23
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/34f77fad8128e9b51db959a4a1f9ab6bfcb08257
Cr-Commit-Position: refs/heads/master@{#415473}

Powered by Google App Engine
This is Rietveld 408576698