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

Issue 286063004: Move active field trial API to variations component. (Closed)

Created:
6 years, 7 months ago by Alexei Svitkine (slow)
Modified:
6 years, 7 months ago
CC:
chromium-reviews, Ilya Sherman, jar (doing other things), asvitkine+watch_chromium.org, blundell
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 11

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+240 lines, -237 lines) Patch
M chrome/browser/autocomplete/autocomplete_result_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/zero_suggest_provider_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/metrics_log.h View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/metrics/metrics_log.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/metrics/metrics_log_unittest.cc View 1 2 3 14 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/metrics/metrics_service.h View 1 2 3 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/metrics/metrics_service_unittest.cc View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/omnibox/omnibox_field_trial.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/omnibox/omnibox_field_trial_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/version_handler.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/metrics/variations/uniformity_field_trials.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/metrics/variations/variations_util.h View 1 2 3 1 chunk +0 lines, -33 lines 0 comments Download
M chrome/common/metrics/variations/variations_util.cc View 1 2 3 1 chunk +2 lines, -57 lines 0 comments Download
D chrome/common/metrics/variations/variations_util_unittest.cc View 1 2 3 1 chunk +0 lines, -73 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/variations.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A components/variations/active_field_trials.h View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
A components/variations/active_field_trials.cc View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
A components/variations/active_field_trials_unittest.cc View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
M components/variations/variations_associated_data.h View 1 2 3 2 chunks +1 line, -24 lines 0 comments Download
M components/variations/variations_associated_data.cc View 1 2 3 2 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Alexei Svitkine (slow)
6 years, 7 months ago (2014-05-19 11:56:58 UTC) #1
Alexei Svitkine (slow)
Sorry for sending this prematurely. It should be ready for review now, though. :)
6 years, 7 months ago (2014-05-19 12:10:26 UTC) #2
Ilya Sherman
https://codereview.chromium.org/286063004/diff/20001/components/variations/variations_associated_data.h File components/variations/variations_associated_data.h (right): https://codereview.chromium.org/286063004/diff/20001/components/variations/variations_associated_data.h#newcode12 components/variations/variations_associated_data.h:12: #include "components/variations/active_field_trials.h" nit: Can this be moved into the ...
6 years, 7 months ago (2014-05-19 12:29:42 UTC) #3
Alexei Svitkine (slow)
https://codereview.chromium.org/286063004/diff/20001/components/variations/variations_associated_data.h File components/variations/variations_associated_data.h (right): https://codereview.chromium.org/286063004/diff/20001/components/variations/variations_associated_data.h#newcode12 components/variations/variations_associated_data.h:12: #include "components/variations/active_field_trials.h" On 2014/05/19 12:29:42, Ilya Sherman wrote: > ...
6 years, 7 months ago (2014-05-19 12:50:46 UTC) #4
Ilya Sherman
LGTM, thanks.
6 years, 7 months ago (2014-05-19 13:00:44 UTC) #5
Alexei Svitkine (slow)
TBR mpearson for trivial chrome/browser/autocomplete/... and chrome/browser/omnibox/... include changes.
6 years, 7 months ago (2014-05-19 13:03:32 UTC) #6
Alexei Svitkine (slow)
The CQ bit was checked by asvitkine@chromium.org
6 years, 7 months ago (2014-05-19 13:03:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/286063004/110001
6 years, 7 months ago (2014-05-19 13:04:01 UTC) #8
Mark P
autocomplete and omnibox lgtm
6 years, 7 months ago (2014-05-19 13:53:37 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-19 16:03:05 UTC) #10
Alexei Svitkine (slow)
Updated some missing files including version_handler.cc in webui, for which I've added TBR=jhawkins.
6 years, 7 months ago (2014-05-19 16:10:48 UTC) #11
Alexei Svitkine (slow)
The CQ bit was checked by asvitkine@chromium.org
6 years, 7 months ago (2014-05-19 16:10:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/286063004/140001
6 years, 7 months ago (2014-05-19 16:11:12 UTC) #13
commit-bot: I haz the power
6 years, 7 months ago (2014-05-19 18:07:28 UTC) #14
Message was sent while issue was closed.
Change committed as 271423

Powered by Google App Engine
This is Rietveld 408576698