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

Issue 1062083003: Implement BrowserStateKeyedServiceFactory::GetAssociatedPrefRegistry() (Closed)

Created:
5 years, 8 months ago by droger
Modified:
5 years, 8 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement BrowserStateKeyedServiceFactory::GetAssociatedPrefRegistry() As part of this CL, the dependency of //components/user_prefs on //content is removed. TBR=rlp, estade Committed: https://crrev.com/3b2d62da970372d204fe938da56ee4a662445ba8 Cr-Commit-Position: refs/heads/master@{#325401}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Fix syntax #

Total comments: 4

Patch Set 3 : Add missing include in spellcheck_factory #

Patch Set 4 : Add missing include in card_unmask_prompt_controller_impl_unittest.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -32 lines) Patch
M chrome/browser/spellchecker/spellcheck_factory.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/autofill/card_unmask_prompt_controller_impl_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/keyed_service/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M components/keyed_service/content/DEPS View 1 chunk +0 lines, -2 lines 0 comments Download
M components/keyed_service/content/browser_context_keyed_base_factory.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M components/keyed_service/content/browser_context_keyed_service_factory.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/keyed_service/content/refcounted_browser_context_keyed_service_factory.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/keyed_service/ios/browser_state_keyed_service_factory.cc View 2 chunks +11 lines, -2 lines 0 comments Download
M components/user_prefs.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M components/user_prefs/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M components/user_prefs/DEPS View 1 chunk +4 lines, -1 line 0 comments Download
M components/user_prefs/user_prefs.h View 1 chunk +8 lines, -14 lines 0 comments Download
M components/user_prefs/user_prefs.cc View 3 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
droger
sdefresne: please do a first pass on the CL.
5 years, 8 months ago (2015-04-15 15:04:37 UTC) #4
sdefresne
Can you fix the compilation and checks whether the compilation succeeded without the dependency on ...
5 years, 8 months ago (2015-04-15 15:14:32 UTC) #5
droger
Thanks. https://codereview.chromium.org/1062083003/diff/40001/components/keyed_service/content/browser_context_keyed_base_factory.cc File components/keyed_service/content/browser_context_keyed_base_factory.cc (right): https://codereview.chromium.org/1062083003/diff/40001/components/keyed_service/content/browser_context_keyed_base_factory.cc#newcode59 components/keyed_service/content/browser_context_keyed_base_factory.cc:59: PrefService* prefs = user_prefs::UserPrefs::Get( On 2015/04/15 15:14:31, sdefresne ...
5 years, 8 months ago (2015-04-15 15:18:37 UTC) #6
droger
+ bauerb for components/user_prefs
5 years, 8 months ago (2015-04-15 15:19:21 UTC) #8
sdefresne
lgtm
5 years, 8 months ago (2015-04-15 15:22:41 UTC) #9
Bernhard Bauer
https://codereview.chromium.org/1062083003/diff/60001/components/keyed_service/ios/browser_state_keyed_service_factory.cc File components/keyed_service/ios/browser_state_keyed_service_factory.cc (right): https://codereview.chromium.org/1062083003/diff/60001/components/keyed_service/ios/browser_state_keyed_service_factory.cc#newcode96 components/keyed_service/ios/browser_state_keyed_service_factory.cc:96: user_prefs::UserPrefs::Get(BrowserStateFromContext(context)); Why is the call to BrowserStateFromContext necessary if ...
5 years, 8 months ago (2015-04-15 15:28:13 UTC) #10
droger
https://codereview.chromium.org/1062083003/diff/60001/components/keyed_service/ios/browser_state_keyed_service_factory.cc File components/keyed_service/ios/browser_state_keyed_service_factory.cc (right): https://codereview.chromium.org/1062083003/diff/60001/components/keyed_service/ios/browser_state_keyed_service_factory.cc#newcode96 components/keyed_service/ios/browser_state_keyed_service_factory.cc:96: user_prefs::UserPrefs::Get(BrowserStateFromContext(context)); On 2015/04/15 15:28:13, Bernhard Bauer wrote: > Why ...
5 years, 8 months ago (2015-04-15 15:33:08 UTC) #11
droger
https://codereview.chromium.org/1062083003/diff/60001/components/keyed_service/ios/browser_state_keyed_service_factory.cc File components/keyed_service/ios/browser_state_keyed_service_factory.cc (right): https://codereview.chromium.org/1062083003/diff/60001/components/keyed_service/ios/browser_state_keyed_service_factory.cc#newcode96 components/keyed_service/ios/browser_state_keyed_service_factory.cc:96: user_prefs::UserPrefs::Get(BrowserStateFromContext(context)); On 2015/04/15 15:28:13, Bernhard Bauer wrote: > Why ...
5 years, 8 months ago (2015-04-15 15:37:08 UTC) #12
Bernhard Bauer
user_prefs LGTM https://codereview.chromium.org/1062083003/diff/60001/components/keyed_service/ios/browser_state_keyed_service_factory.cc File components/keyed_service/ios/browser_state_keyed_service_factory.cc (right): https://codereview.chromium.org/1062083003/diff/60001/components/keyed_service/ios/browser_state_keyed_service_factory.cc#newcode96 components/keyed_service/ios/browser_state_keyed_service_factory.cc:96: user_prefs::UserPrefs::Get(BrowserStateFromContext(context)); On 2015/04/15 15:37:07, droger wrote: > ...
5 years, 8 months ago (2015-04-15 15:39:54 UTC) #13
droger
+ erg as OWNER of keyed_service
5 years, 8 months ago (2015-04-15 15:40:44 UTC) #15
Elliot Glaysher
lgtm
5 years, 8 months ago (2015-04-15 17:36:13 UTC) #16
droger
Thanks for the reviews.
5 years, 8 months ago (2015-04-15 17:46:04 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1062083003/90001
5 years, 8 months ago (2015-04-15 17:47:46 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/56577)
5 years, 8 months ago (2015-04-15 17:58:02 UTC) #22
droger
TBR rlp and estade for missing includes in autofill and spellcheck
5 years, 8 months ago (2015-04-16 08:00:31 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1062083003/90001
5 years, 8 months ago (2015-04-16 08:01:09 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:90001)
5 years, 8 months ago (2015-04-16 08:04:40 UTC) #27
commit-bot: I haz the power
5 years, 8 months ago (2015-04-16 08:05:35 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3b2d62da970372d204fe938da56ee4a662445ba8
Cr-Commit-Position: refs/heads/master@{#325401}

Powered by Google App Engine
This is Rietveld 408576698