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

Issue 11620012: [Profiles, Fixit] Making GAIAInfoUpdateService into a ProfileKeyedService. (Closed)

Created:
8 years ago by rpetterson
Modified:
7 years, 11 months ago
Reviewers:
Bernhard Bauer, sail, sky
CC:
chromium-reviews, jwd
Visibility:
Public.

Description

[Profiles, Fixit] Making GAIAInfoUpdateService into a ProfileKeyedService. BUG=112556 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174923 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175005

Patch Set 1 #

Patch Set 2 : removing extra include #

Patch Set 3 : fixing RegisterUserPrefs #

Total comments: 3

Patch Set 4 : initialize the GAIAInfoUpdateService #

Patch Set 5 : rebasing #

Patch Set 6 : now using PrefServiceSyncable instead of PrefService #

Patch Set 7 : Now using PrefServiceSyncable instead of PrefSErvice #

Patch Set 8 : more pref service fixing #

Patch Set 9 : rebasing #

Patch Set 10 : fixing permissions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -42 lines) Patch
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/profiles/gaia_info_update_service.h View 1 2 3 4 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/profiles/gaia_info_update_service.cc View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
A chrome/browser/profiles/gaia_info_update_service_factory.h View 1 2 3 4 5 6 7 8 9 1 chunk +44 lines, -0 lines 0 comments Download
A chrome/browser/profiles/gaia_info_update_service_factory.cc View 1 2 3 4 5 6 7 8 9 1 chunk +48 lines, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile.h View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 3 chunks +2 lines, -10 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
rpetterson
sail - profiles/* sky - chrome/ and chrome/test/base/ bauerb - browser_prefs
8 years ago (2012-12-18 07:29:07 UTC) #1
Bernhard Bauer
Woot, PKS refactorings! :) https://codereview.chromium.org/11620012/diff/6001/chrome/browser/profiles/gaia_info_update_service_factory.h File chrome/browser/profiles/gaia_info_update_service_factory.h (right): https://codereview.chromium.org/11620012/diff/6001/chrome/browser/profiles/gaia_info_update_service_factory.h#newcode38 chrome/browser/profiles/gaia_info_update_service_factory.h:38: virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; ...
8 years ago (2012-12-18 07:37:49 UTC) #2
rpetterson
https://codereview.chromium.org/11620012/diff/6001/chrome/browser/profiles/gaia_info_update_service_factory.h File chrome/browser/profiles/gaia_info_update_service_factory.h (right): https://codereview.chromium.org/11620012/diff/6001/chrome/browser/profiles/gaia_info_update_service_factory.h#newcode38 chrome/browser/profiles/gaia_info_update_service_factory.h:38: virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; On 2012/12/18 07:37:49, Bernhard ...
8 years ago (2012-12-18 08:44:59 UTC) #3
Bernhard Bauer
https://codereview.chromium.org/11620012/diff/6001/chrome/browser/profiles/gaia_info_update_service_factory.h File chrome/browser/profiles/gaia_info_update_service_factory.h (right): https://codereview.chromium.org/11620012/diff/6001/chrome/browser/profiles/gaia_info_update_service_factory.h#newcode38 chrome/browser/profiles/gaia_info_update_service_factory.h:38: virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; On 2012/12/18 08:44:59, rpetterson ...
8 years ago (2012-12-18 14:15:30 UTC) #4
sky
LGTM
8 years ago (2012-12-18 16:29:14 UTC) #5
sail
On 2012/12/18 14:15:30, Bernhard Bauer wrote: > https://codereview.chromium.org/11620012/diff/6001/chrome/browser/profiles/gaia_info_update_service_factory.h > File chrome/browser/profiles/gaia_info_update_service_factory.h (right): > > https://codereview.chromium.org/11620012/diff/6001/chrome/browser/profiles/gaia_info_update_service_factory.h#newcode38 ...
8 years ago (2012-12-18 18:10:23 UTC) #6
rpetterson
On 2012/12/18 18:10:23, sail wrote: > On 2012/12/18 14:15:30, Bernhard Bauer wrote: > > > ...
8 years ago (2012-12-18 21:13:19 UTC) #7
Bernhard Bauer
On 2012/12/18 21:13:19, rpetterson wrote: > On 2012/12/18 18:10:23, sail wrote: > > On 2012/12/18 ...
8 years ago (2012-12-18 21:31:27 UTC) #8
rpetterson
On 2012/12/18 21:31:27, Bernhard Bauer wrote: > On 2012/12/18 21:13:19, rpetterson wrote: > > On ...
8 years ago (2012-12-18 22:08:14 UTC) #9
sail
LGTM! Patched this locally and verified that everything works great.
8 years ago (2012-12-19 23:16:00 UTC) #10
Bernhard Bauer
chrome/browser/prefs LGTM.
8 years ago (2012-12-19 23:27:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rlp@chromium.org/11620012/43001
7 years, 11 months ago (2013-01-03 00:30:45 UTC) #12
commit-bot: I haz the power
Change committed as 174923
7 years, 11 months ago (2013-01-03 02:41:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rlp@chromium.org/11620012/43003
7 years, 11 months ago (2013-01-03 18:41:53 UTC) #14
commit-bot: I haz the power
7 years, 11 months ago (2013-01-03 20:44:22 UTC) #15
Message was sent while issue was closed.
Change committed as 175005

Powered by Google App Engine
This is Rietveld 408576698