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

Issue 1271123003: Componentize VariationsSeedStore and its unittest (Closed)

Created:
5 years, 4 months ago by blundell
Modified:
5 years, 4 months ago
CC:
chromium-reviews, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@componentize_variations_prefs
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize VariationsSeedStore and its unittest This code is shared with iOS. It has no //chrome-level dependencies, so componentization is trivial. BUG=516662 TBR=agl Committed: https://crrev.com/0b2305c0941b65a0777a5806d5b39626bf317ee8 Cr-Commit-Position: refs/heads/master@{#345340}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Move to variations component #

Patch Set 3 : Rebase #

Patch Set 4 : Fix GN #

Patch Set 5 : Fix dep #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -947 lines) Patch
D chrome/browser/metrics/variations/variations_seed_store.h View 1 1 chunk +0 lines, -136 lines 0 comments Download
D chrome/browser/metrics/variations/variations_seed_store.cc View 1 1 chunk +0 lines, -453 lines 0 comments Download
D chrome/browser/metrics/variations/variations_seed_store_unittest.cc View 1 1 chunk +0 lines, -349 lines 0 comments Download
M chrome/browser/metrics/variations/variations_service.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/variations.gypi View 1 2 chunks +4 lines, -0 lines 0 comments Download
M components/variations/BUILD.gn View 1 2 3 4 4 chunks +7 lines, -0 lines 0 comments Download
M components/variations/DEPS View 1 1 chunk +3 lines, -0 lines 0 comments Download
A + components/variations/variations_seed_store.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + components/variations/variations_seed_store.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + components/variations/variations_seed_store_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (4 generated)
blundell
https://codereview.chromium.org/1271123003/diff/1/components/metrics/DEPS File components/metrics/DEPS (right): https://codereview.chromium.org/1271123003/diff/1/components/metrics/DEPS#newcode7 components/metrics/DEPS:7: "+crypto", Do you know if this dependency is problematic ...
5 years, 4 months ago (2015-08-05 12:33:58 UTC) #2
Alexei Svitkine (slow)
Do you mind waiting on this until I get my other CL landed?
5 years, 4 months ago (2015-08-05 15:22:45 UTC) #3
blundell
On 2015/08/05 15:22:45, Alexei Svitkine wrote: > Do you mind waiting on this until I ...
5 years, 4 months ago (2015-08-05 15:23:51 UTC) #4
Alexei Svitkine (slow)
https://codereview.chromium.org/1271123003/diff/1/components/metrics/variations_seed_store.cc File components/metrics/variations_seed_store.cc (right): https://codereview.chromium.org/1271123003/diff/1/components/metrics/variations_seed_store.cc#newcode5 components/metrics/variations_seed_store.cc:5: #include "components/metrics/variations_seed_store.h" Why metrics and not components/variations? That is ...
5 years, 4 months ago (2015-08-05 19:52:19 UTC) #5
blundell
https://codereview.chromium.org/1271123003/diff/1/components/metrics/variations_seed_store.cc File components/metrics/variations_seed_store.cc (right): https://codereview.chromium.org/1271123003/diff/1/components/metrics/variations_seed_store.cc#newcode5 components/metrics/variations_seed_store.cc:5: #include "components/metrics/variations_seed_store.h" On 2015/08/05 19:52:19, Alexei Svitkine wrote: > ...
5 years, 4 months ago (2015-08-05 19:54:28 UTC) #6
Alexei Svitkine (slow)
I see. The Gzip code is something a bunch of places would actually like to ...
5 years, 4 months ago (2015-08-05 20:01:17 UTC) #7
Alexei Svitkine (slow)
On 2015/08/05 20:01:17, Alexei Svitkine wrote: > I see. > > The Gzip code is ...
5 years, 4 months ago (2015-08-06 14:52:28 UTC) #8
blundell
On 2015/08/06 14:52:28, Alexei Svitkine wrote: > On 2015/08/05 20:01:17, Alexei Svitkine wrote: > > ...
5 years, 4 months ago (2015-08-06 20:26:29 UTC) #9
blundell
On 2015/08/06 20:26:29, blundell wrote: > On 2015/08/06 14:52:28, Alexei Svitkine wrote: > > On ...
5 years, 4 months ago (2015-08-07 12:30:46 UTC) #10
Alexei Svitkine (slow)
It should be OK. On 7 Aug 2015 8:30 am, <blundell@chromium.org> wrote: > On 2015/08/06 ...
5 years, 4 months ago (2015-08-07 14:21:21 UTC) #11
blundell
On 2015/08/07 14:21:21, Alexei Svitkine wrote: > It should be OK. Thanks. I'll get to ...
5 years, 4 months ago (2015-08-07 15:27:45 UTC) #12
Alexei Svitkine (slow)
Great - thanks for working on this! On Fri, Aug 7, 2015 at 11:27 AM, ...
5 years, 4 months ago (2015-08-07 15:31:56 UTC) #13
blundell
This is ready for re-review now.
5 years, 4 months ago (2015-08-20 08:30:48 UTC) #14
Alexei Svitkine (slow)
lgtm
5 years, 4 months ago (2015-08-24 15:52:25 UTC) #15
blundell
TBR=agl for new dependencies from //components/variations to //crypto and //third_party/protobuf, as this is just a ...
5 years, 4 months ago (2015-08-25 15:16:42 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1271123003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1271123003/100001
5 years, 4 months ago (2015-08-25 15:17:23 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 4 months ago (2015-08-25 15:54:49 UTC) #21
commit-bot: I haz the power
5 years, 4 months ago (2015-08-25 15:55:51 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/0b2305c0941b65a0777a5806d5b39626bf317ee8
Cr-Commit-Position: refs/heads/master@{#345340}

Powered by Google App Engine
This is Rietveld 408576698