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

Issue 2924983003: [Variations] Refactor all state used for study filtering into a container struct. (Closed)

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

Description

[Variations] Refactor all state used for study filtering into a container struct. BUG=727984 TEST=compiles/existing tests R=asvitkine@chromium.org Review-Url: https://codereview.chromium.org/2924983003 Cr-Commit-Position: refs/heads/master@{#477788} Committed: https://chromium.googlesource.com/chromium/src/+/52a81bdab704346032d8d16c83251d22b2a5eb0c

Patch Set 1 #

Patch Set 2 : Update unit tests #

Total comments: 6

Patch Set 3 : A bit more cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+324 lines, -243 lines) Patch
M components/variations/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A components/variations/client_filterable_state.h View 1 chunk +56 lines, -0 lines 0 comments Download
A components/variations/client_filterable_state.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M components/variations/service/variations_service.h View 2 chunks +6 lines, -0 lines 0 comments Download
M components/variations/service/variations_service.cc View 1 2 3 chunks +27 lines, -17 lines 0 comments Download
M components/variations/study_filtering.h View 1 2 1 chunk +27 lines, -30 lines 0 comments Download
M components/variations/study_filtering.cc View 1 2 14 chunks +49 lines, -82 lines 0 comments Download
M components/variations/study_filtering_unittest.cc View 1 2 16 chunks +78 lines, -53 lines 0 comments Download
M components/variations/variations_seed_processor.h View 2 chunks +6 lines, -12 lines 0 comments Download
M components/variations/variations_seed_processor.cc View 1 2 2 chunks +8 lines, -16 lines 0 comments Download
M components/variations/variations_seed_processor_unittest.cc View 1 5 chunks +25 lines, -13 lines 0 comments Download
M components/variations/variations_seed_simulator.h View 2 chunks +2 lines, -8 lines 0 comments Download
M components/variations/variations_seed_simulator.cc View 2 chunks +3 lines, -12 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
Ilya Sherman
3 years, 6 months ago (2017-06-07 04:49:42 UTC) #3
Alexei Svitkine (slow)
lgtm, thanks! https://codereview.chromium.org/2924983003/diff/20001/components/variations/service/variations_service.cc File components/variations/service/variations_service.cc (right): https://codereview.chromium.org/2924983003/diff/20001/components/variations/service/variations_service.cc#newcode629 components/variations/service/variations_service.cc:629: const std::string latest_country = GetLatestCountry(); Nit: Move ...
3 years, 6 months ago (2017-06-07 15:18:08 UTC) #6
Ilya Sherman
https://codereview.chromium.org/2924983003/diff/20001/components/variations/service/variations_service.cc File components/variations/service/variations_service.cc (right): https://codereview.chromium.org/2924983003/diff/20001/components/variations/service/variations_service.cc#newcode629 components/variations/service/variations_service.cc:629: const std::string latest_country = GetLatestCountry(); On 2017/06/07 15:18:08, Alexei ...
3 years, 6 months ago (2017-06-07 21:50:08 UTC) #7
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/2924983003/40001
3 years, 6 months ago (2017-06-07 21:51:12 UTC) #10
commit-bot: I haz the power
3 years, 6 months ago (2017-06-07 23:30:24 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/52a81bdab704346032d8d16c8325...

Powered by Google App Engine
This is Rietveld 408576698