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

Issue 12334124: Move uniformity trials to its own file. (Closed)

Created:
7 years, 9 months ago by SteveT
Modified:
7 years, 9 months ago
CC:
chromium-reviews, MAD, Ilya Sherman, tfarina
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Move uniformity trials to its own file. BUG=178748 TEST=No user visible changes. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185018

Patch Set 1 #

Total comments: 2

Patch Set 2 : indent 2 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -113 lines) Patch
M chrome/browser/chrome_browser_field_trials.cc View 4 chunks +2 lines, -113 lines 0 comments Download
M chrome/chrome_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/common/metrics/variations/uniformity_field_trials.h View 1 chunk +19 lines, -0 lines 2 comments Download
A chrome/common/metrics/variations/uniformity_field_trials.cc View 1 1 chunk +128 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
SteveT
Alexei: PTAL, as discussed. Rohit: Does this look reasonable given what you need?
7 years, 9 months ago (2013-02-27 16:19:12 UTC) #1
Alexei Svitkine (slow)
LGTM with as nit. I'm assuming you just moved the code and didn't change any ...
7 years, 9 months ago (2013-02-27 16:24:54 UTC) #2
rohitrao (ping after 24h)
This looks reasonable. I will simply call chrome_variations::SetupUniformityFieldTrials() as part of startup. Unlike desktop, I ...
7 years, 9 months ago (2013-02-27 16:26:40 UTC) #3
SteveT
Alexei: Yes, no functionality was touched at all. We simply moved everything into common/. One ...
7 years, 9 months ago (2013-02-27 16:33:48 UTC) #4
Alexei Svitkine (slow)
On 2013/02/27 16:33:48, SteveT wrote: > Alexei: Yes, no functionality was touched at all. We ...
7 years, 9 months ago (2013-02-27 16:37:10 UTC) #5
SteveT
Given that we're making this refactor to help the mobile teams get things running offline, ...
7 years, 9 months ago (2013-02-27 16:39:25 UTC) #6
rohitrao (ping after 24h)
> Given that we're making this refactor to help the mobile teams get things > ...
7 years, 9 months ago (2013-02-27 16:41:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevet@chromium.org/12334124/6001
7 years, 9 months ago (2013-02-27 16:42:23 UTC) #8
commit-bot: I haz the power
Presubmit check for 12334124-6001 failed and returned exit status 1. INFO:root:Found 4 file(s). Running presubmit ...
7 years, 9 months ago (2013-02-27 16:42:30 UTC) #9
SteveT
R+sky for OWNERS approval. PTAL, thanks!
7 years, 9 months ago (2013-02-27 16:43:59 UTC) #10
sky
LGTM
7 years, 9 months ago (2013-02-27 18:12:45 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevet@chromium.org/12334124/6001
7 years, 9 months ago (2013-02-27 18:16:55 UTC) #12
commit-bot: I haz the power
Change committed as 185018
7 years, 9 months ago (2013-02-27 20:22:19 UTC) #13
tfarina
7 years, 9 months ago (2013-03-05 03:30:38 UTC) #14
Message was sent while issue was closed.
https://codereview.chromium.org/12334124/diff/6001/chrome/common/metrics/vari...
File chrome/common/metrics/variations/uniformity_field_trials.h (right):

https://codereview.chromium.org/12334124/diff/6001/chrome/common/metrics/vari...
chrome/common/metrics/variations/uniformity_field_trials.h:8: #include
"base/time.h"
I think you could have forward declare this,

https://codereview.chromium.org/12334124/diff/6001/chrome/common/metrics/vari...
chrome/common/metrics/variations/uniformity_field_trials.h:15: void
SetupUniformityFieldTrials(const base::Time& install_date);
and passed by value, since Time just holds a int64 type.

Powered by Google App Engine
This is Rietveld 408576698