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

Issue 71753004: Allow variation id with forcing flag for special setup & unit tests. (Closed)

Created:
7 years, 1 month ago by yao
Modified:
6 years, 10 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Allow variation id with forcing flag for special setup & unit tests. BUG=317879 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235680

Patch Set 1 : Allow variation id with forcing flag for special setup & unit tests. #

Total comments: 16

Patch Set 2 : Address code review comments #

Total comments: 12

Patch Set 3 : Address code review comments. #

Total comments: 16

Patch Set 4 : Address code review comments. #

Patch Set 5 : Renamed a test function. #

Total comments: 1

Patch Set 6 : Use existing const EMPTY_ID instead of creating a new const. #

Patch Set 7 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -18 lines) Patch
M components/variations/variations_seed_processor.h View 1 2 3 4 3 chunks +11 lines, -0 lines 0 comments Download
M components/variations/variations_seed_processor.cc View 1 2 3 4 chunks +49 lines, -18 lines 0 comments Download
M components/variations/variations_seed_processor_unittest.cc View 1 2 3 4 5 3 chunks +63 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
yao
I have a question about the test, which I put in the comment. https://codereview.chromium.org/71753004/diff/40001/components/variations/variations_seed_processor_unittest.cc File ...
7 years, 1 month ago (2013-11-13 23:41:43 UTC) #1
Alexei Svitkine (slow)
https://codereview.chromium.org/71753004/diff/40001/components/variations/variations_seed_processor.cc File components/variations/variations_seed_processor.cc (right): https://codereview.chromium.org/71753004/diff/40001/components/variations/variations_seed_processor.cc#newcode67 components/variations/variations_seed_processor.cc:67: bool VariationsSeedProcessor::AllowVariationIdWithForcingFlag( This and the other function can just ...
7 years, 1 month ago (2013-11-14 16:54:15 UTC) #2
yao
https://codereview.chromium.org/71753004/diff/40001/components/variations/variations_seed_processor.cc File components/variations/variations_seed_processor.cc (right): https://codereview.chromium.org/71753004/diff/40001/components/variations/variations_seed_processor.cc#newcode67 components/variations/variations_seed_processor.cc:67: bool VariationsSeedProcessor::AllowVariationIdWithForcingFlag( On 2013/11/14 16:54:15, Alexei Svitkine wrote: > ...
7 years, 1 month ago (2013-11-14 20:51:12 UTC) #3
Alexei Svitkine (slow)
https://codereview.chromium.org/71753004/diff/90001/components/variations/variations_seed_processor.cc File components/variations/variations_seed_processor.cc (right): https://codereview.chromium.org/71753004/diff/90001/components/variations/variations_seed_processor.cc#newcode62 components/variations/variations_seed_processor.cc:62: const std::string& trial_name) { Nit: Remove extra space before ...
7 years, 1 month ago (2013-11-14 22:34:33 UTC) #4
yao
https://codereview.chromium.org/71753004/diff/90001/components/variations/variations_seed_processor.cc File components/variations/variations_seed_processor.cc (right): https://codereview.chromium.org/71753004/diff/90001/components/variations/variations_seed_processor.cc#newcode62 components/variations/variations_seed_processor.cc:62: const std::string& trial_name) { On 2013/11/14 22:34:33, Alexei Svitkine ...
7 years, 1 month ago (2013-11-14 23:41:15 UTC) #5
Alexei Svitkine (slow)
Almost, there just a few more comments. https://codereview.chromium.org/71753004/diff/170001/components/variations/variations_seed_processor.cc File components/variations/variations_seed_processor.cc (right): https://codereview.chromium.org/71753004/diff/170001/components/variations/variations_seed_processor.cc#newcode60 components/variations/variations_seed_processor.cc:60: // variation ...
7 years, 1 month ago (2013-11-15 15:20:43 UTC) #6
yao
https://codereview.chromium.org/71753004/diff/170001/components/variations/variations_seed_processor.cc File components/variations/variations_seed_processor.cc (right): https://codereview.chromium.org/71753004/diff/170001/components/variations/variations_seed_processor.cc#newcode60 components/variations/variations_seed_processor.cc:60: // variation id. On 2013/11/15 15:20:43, Alexei Svitkine wrote: ...
7 years, 1 month ago (2013-11-15 18:51:49 UTC) #7
Alexei Svitkine (slow)
https://codereview.chromium.org/71753004/diff/170001/components/variations/variations_seed_processor_unittest.cc File components/variations/variations_seed_processor_unittest.cc (right): https://codereview.chromium.org/71753004/diff/170001/components/variations/variations_seed_processor_unittest.cc#newcode642 components/variations/variations_seed_processor_unittest.cc:642: TEST_F(VariationsSeedProcessorTest, TestAllowVariationIdWithForcingFlag) { On 2013/11/15 18:51:49, yao wrote: > ...
7 years, 1 month ago (2013-11-15 19:00:56 UTC) #8
yao
https://codereview.chromium.org/71753004/diff/170001/components/variations/variations_seed_processor_unittest.cc File components/variations/variations_seed_processor_unittest.cc (right): https://codereview.chromium.org/71753004/diff/170001/components/variations/variations_seed_processor_unittest.cc#newcode642 components/variations/variations_seed_processor_unittest.cc:642: TEST_F(VariationsSeedProcessorTest, TestAllowVariationIdWithForcingFlag) { On 2013/11/15 19:00:56, Alexei Svitkine wrote: ...
7 years, 1 month ago (2013-11-15 19:12:24 UTC) #9
Alexei Svitkine (slow)
LGTM with a final comment, please address before landing https://codereview.chromium.org/71753004/diff/270001/components/variations/variations_seed_processor_unittest.cc File components/variations/variations_seed_processor_unittest.cc (right): https://codereview.chromium.org/71753004/diff/270001/components/variations/variations_seed_processor_unittest.cc#newcode33 components/variations/variations_seed_processor_unittest.cc:33: ...
7 years, 1 month ago (2013-11-15 19:25:59 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yiyaoliu@chromium.org/71753004/340001
7 years, 1 month ago (2013-11-15 20:57:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yiyaoliu@chromium.org/71753004/340001
7 years, 1 month ago (2013-11-15 22:27:15 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yiyaoliu@chromium.org/71753004/340001
7 years, 1 month ago (2013-11-16 01:06:44 UTC) #13
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 09:32:46 UTC) #14
Message was sent while issue was closed.
Change committed as 235680

Powered by Google App Engine
This is Rietveld 408576698