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

Issue 10392007: Restoring the chrome variatioons client, with a fix for browser_test failures caused by it. (Closed)

Created:
8 years, 7 months ago by jwd
Modified:
8 years, 7 months ago
CC:
chromium-reviews, MAD, Ilya Sherman, jar (doing other things)
Visibility:
Public.

Description

Restoring the chrome variatioons client, with a fix for browser_test failures caused by it. The CLs that this is restoring are http://codereview.chromium.org/10343007 and http://codereview.chromium.org/10381021. BUG=121695 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137662

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 6

Patch Set 9 : Reverted Variations Service #

Patch Set 10 : All Changes #

Patch Set 11 : #

Total comments: 2

Patch Set 12 : max retries in a const #

Total comments: 9

Patch Set 13 : No more created bool #

Total comments: 2

Patch Set 14 : moved comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+762 lines, -10 lines) Patch
M chrome/browser/browser_process.h View 1 2 3 4 5 6 7 9 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/browser_process_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +15 lines, -6 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +15 lines, -4 lines 0 comments Download
A chrome/browser/metrics/proto/study.proto View 1 chunk +96 lines, -0 lines 0 comments Download
A chrome/browser/metrics/proto/trials_seed.proto View 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/browser/metrics/variations_service.h View 1 2 3 4 5 6 7 8 9 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/browser/metrics/variations_service.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +279 lines, -0 lines 0 comments Download
A chrome/browser/metrics/variations_service_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +210 lines, -0 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +17 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/base/testing_browser_process.h View 1 2 3 4 5 6 7 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_browser_process.cc View 1 2 3 4 5 6 7 9 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
jwd
8 years, 7 months ago (2012-05-14 20:59:57 UTC) #1
SteveT
Can you describe the specific fixes and changes since your last patch? It's hard for ...
8 years, 7 months ago (2012-05-14 21:08:57 UTC) #2
jwd
I added a patch set with the original variations service code (before revert) and a ...
8 years, 7 months ago (2012-05-15 14:58:36 UTC) #3
SteveT
lgtm https://chromiumcodereview.appspot.com/10392007/diff/5018/chrome/browser/metrics/variations_service.cc File chrome/browser/metrics/variations_service.cc (right): https://chromiumcodereview.appspot.com/10392007/diff/5018/chrome/browser/metrics/variations_service.cc#newcode74 chrome/browser/metrics/variations_service.cc:74: pending_seed_request_->SetMaxRetries(5); nit: Might as well do it now ...
8 years, 7 months ago (2012-05-15 16:56:46 UTC) #4
jwd
https://chromiumcodereview.appspot.com/10392007/diff/5018/chrome/browser/metrics/variations_service.cc File chrome/browser/metrics/variations_service.cc (right): https://chromiumcodereview.appspot.com/10392007/diff/5018/chrome/browser/metrics/variations_service.cc#newcode74 chrome/browser/metrics/variations_service.cc:74: pending_seed_request_->SetMaxRetries(5); On 2012/05/15 16:56:47, SteveT wrote: > nit: Might ...
8 years, 7 months ago (2012-05-15 18:31:23 UTC) #5
Ilya Sherman
https://chromiumcodereview.appspot.com/10392007/diff/6019/chrome/browser/browser_process.h File chrome/browser/browser_process.h (right): https://chromiumcodereview.appspot.com/10392007/diff/6019/chrome/browser/browser_process.h#newcode96 chrome/browser/browser_process.h:96: virtual VariationsService* variations_service() = 0; I still think this ...
8 years, 7 months ago (2012-05-15 22:11:17 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jwd@chromium.org/10392007/6019
8 years, 7 months ago (2012-05-16 12:55:44 UTC) #7
SteveT
comment inline for Ilya https://chromiumcodereview.appspot.com/10392007/diff/6019/chrome/browser/browser_process.h File chrome/browser/browser_process.h (right): https://chromiumcodereview.appspot.com/10392007/diff/6019/chrome/browser/browser_process.h#newcode96 chrome/browser/browser_process.h:96: virtual VariationsService* variations_service() = 0; ...
8 years, 7 months ago (2012-05-16 14:33:49 UTC) #8
jwd
https://chromiumcodereview.appspot.com/10392007/diff/6019/chrome/browser/browser_process.h File chrome/browser/browser_process.h (right): https://chromiumcodereview.appspot.com/10392007/diff/6019/chrome/browser/browser_process.h#newcode96 chrome/browser/browser_process.h:96: virtual VariationsService* variations_service() = 0; On 2012/05/15 22:11:17, Ilya ...
8 years, 7 months ago (2012-05-16 14:47:31 UTC) #9
Ilya Sherman
(LGTM) https://chromiumcodereview.appspot.com/10392007/diff/6019/chrome/browser/browser_process.h File chrome/browser/browser_process.h (right): https://chromiumcodereview.appspot.com/10392007/diff/6019/chrome/browser/browser_process.h#newcode96 chrome/browser/browser_process.h:96: virtual VariationsService* variations_service() = 0; On 2012/05/16 14:47:31, ...
8 years, 7 months ago (2012-05-16 17:57:22 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jwd@chromium.org/10392007/5024
8 years, 7 months ago (2012-05-16 18:03:46 UTC) #11
Alexei Svitkine (slow)
http://codereview.chromium.org/10392007/diff/5024/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): http://codereview.chromium.org/10392007/diff/5024/chrome/browser/chrome_browser_main.cc#newcode1876 chrome/browser/chrome_browser_main.cc:1876: // Request new variations seed information from server. This ...
8 years, 7 months ago (2012-05-16 19:53:05 UTC) #12
Alexei Svitkine (slow)
8 years, 7 months ago (2012-05-16 19:53:07 UTC) #13
commit-bot: I haz the power
List of reviewers changed. asvitkine@chromium.org did a drive-by without LGTM'ing!
8 years, 7 months ago (2012-05-16 19:53:56 UTC) #14
jwd
https://chromiumcodereview.appspot.com/10392007/diff/5024/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://chromiumcodereview.appspot.com/10392007/diff/5024/chrome/browser/chrome_browser_main.cc#newcode1876 chrome/browser/chrome_browser_main.cc:1876: // Request new variations seed information from server. On ...
8 years, 7 months ago (2012-05-16 20:10:43 UTC) #15
Alexei Svitkine (slow)
LGTM
8 years, 7 months ago (2012-05-16 20:11:57 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jwd@chromium.org/10392007/1047
8 years, 7 months ago (2012-05-17 14:14:37 UTC) #17
commit-bot: I haz the power
8 years, 7 months ago (2012-05-17 15:36:24 UTC) #18
Change committed as 137662

Powered by Google App Engine
This is Rietveld 408576698