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

Issue 12491017: Make WebDataService no longer depend on ProfileKeyedService (Closed)

Created:
7 years, 9 months ago by Cait (Slow)
Modified:
7 years, 9 months ago
Reviewers:
Jói, dhollowa
CC:
chromium-reviews, Raman Kakilate, akalin, Raghu Simha, benquan, dhollowa+watch_chromium.org, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, haitaol1, Ilya Sherman, tim (not reviewing)
Visibility:
Public.

Description

Make WebDataService no longer depend on ProfileKeyedService TBR=sky@chromium.org,akalin@chromium.org (sky@ for testing_profile changes, akalin@ for sync). BUG=181277 COLLABORATOR=joi@chromium.org Patch originally by caitkp@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189234

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix Autocomplete test #

Patch Set 3 : Clean-up #

Total comments: 16

Patch Set 4 : Comments and merge #

Patch Set 5 : Rebase on trunk #

Patch Set 6 : fix ctor #

Patch Set 7 : Remove ShutdownOnUIThread methods from WDS mocks #

Patch Set 8 : Pure merge #

Patch Set 9 : Merge #

Patch Set 10 : Add missing space. #

Patch Set 11 : Merge to head #

Patch Set 12 : Fix flaky test that got flakier with this change. #

Patch Set 13 : Merge to head for commit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -59 lines) Patch
M chrome/browser/profiles/profile_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 1 2 3 4 5 6 4 chunks +28 lines, -10 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 2 3 4 5 6 5 chunks +32 lines, -10 lines 0 comments Download
M chrome/browser/webdata/web_data_service.h View 1 5 6 7 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/webdata/web_data_service_factory.h View 1 2 3 4 5 6 7 2 chunks +29 lines, -4 lines 0 comments Download
M chrome/browser/webdata/web_data_service_factory.cc View 1 2 3 4 5 6 7 8 9 5 chunks +38 lines, -15 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 5 6 7 1 chunk +2 lines, -7 lines 0 comments Download
M components/autofill/browser/autocomplete_history_manager_unittest.cc View 1 2 3 4 chunks +33 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Cait (Slow)
Hi Joi, in light of having to revert and whatnot, it seemed like it made ...
7 years, 9 months ago (2013-03-15 01:06:13 UTC) #1
Jói
Overall this looks good to me, see a few comments below. Cheers, Jói https://codereview.chromium.org/12491017/diff/1/chrome/browser/webdata/web_data_service.h File ...
7 years, 9 months ago (2013-03-15 17:40:59 UTC) #2
Cait (Slow)
David, PTAL at c/b/webdata/ This change breaks WebData's direct dependency on PKS so we can ...
7 years, 9 months ago (2013-03-17 18:50:56 UTC) #3
dhollowa
LGTM w/ nits. https://codereview.chromium.org/12491017/diff/9002/chrome/browser/webdata/web_data_service_factory.cc File chrome/browser/webdata/web_data_service_factory.cc (right): https://codereview.chromium.org/12491017/diff/9002/chrome/browser/webdata/web_data_service_factory.cc#newcode20 chrome/browser/webdata/web_data_service_factory.cc:20: web_data_service_ = NULL; nit: not needed ...
7 years, 9 months ago (2013-03-18 18:50:59 UTC) #4
Cait (Slow)
https://codereview.chromium.org/12491017/diff/9002/chrome/browser/webdata/web_data_service_factory.cc File chrome/browser/webdata/web_data_service_factory.cc (right): https://codereview.chromium.org/12491017/diff/9002/chrome/browser/webdata/web_data_service_factory.cc#newcode20 chrome/browser/webdata/web_data_service_factory.cc:20: web_data_service_ = NULL; On 2013/03/18 18:50:59, dhollowa wrote: > ...
7 years, 9 months ago (2013-03-18 19:10:34 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/12491017/28001
7 years, 9 months ago (2013-03-19 04:22:53 UTC) #6
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 9 months ago (2013-03-19 04:24:46 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/12491017/28001
7 years, 9 months ago (2013-03-19 04:57:00 UTC) #8
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 9 months ago (2013-03-19 05:10:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/12491017/89001
7 years, 9 months ago (2013-03-20 00:48:00 UTC) #10
commit-bot: I haz the power
7 years, 9 months ago (2013-03-20 09:43:20 UTC) #11
Message was sent while issue was closed.
Change committed as 189234

Powered by Google App Engine
This is Rietveld 408576698