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

Issue 2129543002: Registering field trial for a feature overridden in chrome://flags. (Closed)

Created:
4 years, 5 months ago by jkrcal
Modified:
4 years, 5 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Registering field trial for a feature overridden in chrome://flags. Variation parameters can be overridden via chrome://flags. Internally, a fresh trial group is created with the specified parameters. Previously, the trial was not registered for the associated feature. This CL registers the trial for the given feature. BUG=625993 Committed: https://crrev.com/d1d200873f13fbc0232dc4e5905b19a8885805dd Cr-Commit-Position: refs/heads/master@{#405496}

Patch Set 1 #

Total comments: 4

Patch Set 2 : After code review #1 #

Total comments: 6

Patch Set 3 : Lei's comments #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -41 lines) Patch
M chrome/browser/about_flags.h View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M components/flags_ui/flags_state.h View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M components/flags_ui/flags_state.cc View 1 2 3 4 chunks +25 lines, -27 lines 0 comments Download
M components/flags_ui/flags_state_unittest.cc View 1 2 3 4 chunks +22 lines, -4 lines 0 comments Download

Messages

Total messages: 31 (18 generated)
jkrcal
One of the missing bits of my previous changes. PTAL.
4 years, 5 months ago (2016-07-06 14:15:22 UTC) #2
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/2129543002/diff/1/components/flags_ui/flags_state.cc File components/flags_ui/flags_state.cc (right): https://codereview.chromium.org/2129543002/diff/1/components/flags_ui/flags_state.cc#newcode211 components/flags_ui/flags_state.cc:211: if (!success) return nullptr; Nit: Separate line please. ...
4 years, 5 months ago (2016-07-07 18:36:34 UTC) #3
jkrcal
Thanks, Alexei! thestig: PTAL at chrome/browser/* https://codereview.chromium.org/2129543002/diff/1/components/flags_ui/flags_state.cc File components/flags_ui/flags_state.cc (right): https://codereview.chromium.org/2129543002/diff/1/components/flags_ui/flags_state.cc#newcode211 components/flags_ui/flags_state.cc:211: if (!success) return ...
4 years, 5 months ago (2016-07-11 09:53:12 UTC) #4
jkrcal
thestig: PTAL at chrome/browser/*
4 years, 5 months ago (2016-07-13 09:32:15 UTC) #6
Lei Zhang
lgtm with nits https://codereview.chromium.org/2129543002/diff/20001/chrome/browser/about_flags.h File chrome/browser/about_flags.h (right): https://codereview.chromium.org/2129543002/diff/20001/chrome/browser/about_flags.h#newcode23 chrome/browser/about_flags.h:23: class FeatureList; nit: alphabetical order please ...
4 years, 5 months ago (2016-07-13 17:49:02 UTC) #12
jkrcal
Thanks for all the comments! https://codereview.chromium.org/2129543002/diff/20001/chrome/browser/about_flags.h File chrome/browser/about_flags.h (right): https://codereview.chromium.org/2129543002/diff/20001/chrome/browser/about_flags.h#newcode23 chrome/browser/about_flags.h:23: class FeatureList; On 2016/07/13 ...
4 years, 5 months ago (2016-07-14 08:45:12 UTC) #13
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/2129543002/40001
4 years, 5 months ago (2016-07-14 08:45:59 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/35732) ios-device-gn on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 5 months ago (2016-07-14 08:47:42 UTC) #18
Lei Zhang
Thanks. Though the CL needs more rebasing?
4 years, 5 months ago (2016-07-14 09:40:39 UTC) #19
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/2129543002/60001
4 years, 5 months ago (2016-07-14 14:59:20 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-14 15:04:40 UTC) #28
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-14 15:04:47 UTC) #29
commit-bot: I haz the power
4 years, 5 months ago (2016-07-14 15:06:07 UTC) #31
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d1d200873f13fbc0232dc4e5905b19a8885805dd
Cr-Commit-Position: refs/heads/master@{#405496}

Powered by Google App Engine
This is Rietveld 408576698