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

Issue 425823002: Create a new AccountTrackerService (Closed)

Created:
6 years, 4 months ago by Roger Tawa OOO till Jul 10th
Modified:
6 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, rginda+watch_chromium.org, yoshiki+watch_chromium.org, zea+watch_chromium.org, extensions-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Create a new AccountTrackerService PKS based on the existing AccountTracker. This CL is one part of the effort to change chrome to use gaiaid instead of email address as the unique id for an account. BUG=341408 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291263 Committed: https://crrev.com/1f295e36ff1e97eaf6a5b94c58ef757bf715371b Cr-Commit-Position: refs/heads/master@{#291686}

Patch Set 1 : First try, obsolete #

Patch Set 2 : Address comments #

Patch Set 3 : rebased #

Patch Set 4 : rebased #

Patch Set 5 : rebased #

Total comments: 14

Patch Set 6 : Address review comments #

Patch Set 7 : rebased #

Total comments: 2

Patch Set 8 : Address review comments #

Patch Set 9 : rebased #

Patch Set 10 : Fix break in android tests #

Patch Set 11 : forsync #

Patch Set 12 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1165 lines, -2 lines) Patch
M chrome/android/javatests/src/org/chromium/chrome/browser/signin/OAuth2TokenServiceIntegrationTest.java View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_manager.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/signin/account_tracker_service_factory.h View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
A chrome/browser/signin/account_tracker_service_factory.cc View 1 1 chunk +53 lines, -0 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 components/components_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M components/signin.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A components/signin/core/browser/account_tracker_service.h View 1 1 chunk +117 lines, -0 lines 0 comments Download
A components/signin/core/browser/account_tracker_service.cc View 1 2 3 4 5 1 chunk +431 lines, -0 lines 0 comments Download
A components/signin/core/browser/account_tracker_service_unittest.cc View 1 2 3 4 5 1 chunk +509 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
Roger Tawa OOO till Jul 10th
Hi Michael, Please take a look. Patchset #1 is what you did an early review ...
6 years, 4 months ago (2014-08-17 22:27:41 UTC) #1
Roger Tawa OOO till Jul 10th
Hi Hui, Can you take a look? This adds a new service, but its not ...
6 years, 4 months ago (2014-08-19 13:50:55 UTC) #2
guohui
https://codereview.chromium.org/425823002/diff/420001/chrome/browser/signin/account_tracker_service_factory.h File chrome/browser/signin/account_tracker_service_factory.h (right): https://codereview.chromium.org/425823002/diff/420001/chrome/browser/signin/account_tracker_service_factory.h#newcode20 chrome/browser/signin/account_tracker_service_factory.h:20: // Returns the instance of ProfileOAuth2TokenService associated with this ...
6 years, 4 months ago (2014-08-20 18:05:24 UTC) #3
Roger Tawa OOO till Jul 10th
Thanks Hui. Please take another look. https://codereview.chromium.org/425823002/diff/420001/chrome/browser/signin/account_tracker_service_factory.h File chrome/browser/signin/account_tracker_service_factory.h (right): https://codereview.chromium.org/425823002/diff/420001/chrome/browser/signin/account_tracker_service_factory.h#newcode20 chrome/browser/signin/account_tracker_service_factory.h:20: // Returns the ...
6 years, 4 months ago (2014-08-21 01:30:17 UTC) #4
guohui
lgtm lgtm
6 years, 4 months ago (2014-08-21 18:23:09 UTC) #5
Roger Tawa OOO till Jul 10th
Hi Monica. Can you do an owner review for c/b/p? Thanks.
6 years, 4 months ago (2014-08-21 18:27:45 UTC) #6
noms (inactive)
profiles lgtm with nits https://codereview.chromium.org/425823002/diff/480001/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc File chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc (right): https://codereview.chromium.org/425823002/diff/480001/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc#newcode248 chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc:248: AccountTrackerServiceFactory::GetInstance(); I think these are ...
6 years, 4 months ago (2014-08-21 18:29:46 UTC) #7
Roger Tawa OOO till Jul 10th
Thanks Monica. https://codereview.chromium.org/425823002/diff/480001/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc File chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc (right): https://codereview.chromium.org/425823002/diff/480001/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc#newcode248 chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc:248: AccountTrackerServiceFactory::GetInstance(); On 2014/08/21 18:29:46, Monica Dinculescu wrote: ...
6 years, 4 months ago (2014-08-21 20:15:26 UTC) #8
Roger Tawa OOO till Jul 10th
The CQ bit was checked by rogerta@chromium.org
6 years, 4 months ago (2014-08-21 20:15:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/425823002/500001
6 years, 4 months ago (2014-08-21 20:18:24 UTC) #10
commit-bot: I haz the power
Committed patchset #8 (500001) as 291263
6 years, 4 months ago (2014-08-22 00:18:45 UTC) #11
Lei Zhang
A revert of this CL (patchset #8) has been created in https://codereview.chromium.org/490403002/ by thestig@chromium.org. The ...
6 years, 4 months ago (2014-08-22 05:30:11 UTC) #12
jam
On 2014/08/22 05:30:11, Lei Zhang wrote: > A revert of this CL (patchset #8) has ...
6 years, 4 months ago (2014-08-22 14:53:19 UTC) #13
Roger Tawa OOO till Jul 10th
On 2014/08/22 14:53:19, jam wrote: > On 2014/08/22 05:30:11, Lei Zhang wrote: > > A ...
6 years, 4 months ago (2014-08-22 15:06:04 UTC) #14
jam
On 2014/08/22 15:06:04, Roger Tawa wrote: > On 2014/08/22 14:53:19, jam wrote: > > On ...
6 years, 4 months ago (2014-08-22 15:15:33 UTC) #15
Roger Tawa OOO till Jul 10th
On 2014/08/22 15:15:33, jam wrote: > On 2014/08/22 15:06:04, Roger Tawa wrote: > > On ...
6 years, 4 months ago (2014-08-22 15:46:23 UTC) #16
jam
On 2014/08/22 15:46:23, Roger Tawa wrote: > On 2014/08/22 15:15:33, jam wrote: > > On ...
6 years, 4 months ago (2014-08-22 16:05:20 UTC) #17
Roger Tawa OOO till Jul 10th
On 2014/08/22 16:05:20, jam wrote: > On 2014/08/22 15:46:23, Roger Tawa wrote: > > On ...
6 years, 4 months ago (2014-08-22 16:42:50 UTC) #18
jam
On 2014/08/22 16:42:50, Roger Tawa wrote: > On 2014/08/22 16:05:20, jam wrote: > > On ...
6 years, 4 months ago (2014-08-22 17:21:01 UTC) #19
jam
On 2014/08/22 17:21:01, jam wrote: > On 2014/08/22 16:42:50, Roger Tawa wrote: > > On ...
6 years, 4 months ago (2014-08-22 19:11:10 UTC) #20
Roger Tawa OOO till Jul 10th
On 2014/08/22 19:11:10, jam wrote: > On 2014/08/22 17:21:01, jam wrote: > > On 2014/08/22 ...
6 years, 4 months ago (2014-08-22 21:30:25 UTC) #21
Roger Tawa OOO till Jul 10th
Hi Ruslan, Can you take a look at patchset 10 please? This suppressed the mock ...
6 years, 4 months ago (2014-08-22 21:35:13 UTC) #22
jam
On 2014/08/22 21:30:25, Roger Tawa wrote: > On 2014/08/22 19:11:10, jam wrote: > > On ...
6 years, 4 months ago (2014-08-22 21:53:47 UTC) #23
aruslan
android alwaysAccept lgtm
6 years, 4 months ago (2014-08-25 14:46:02 UTC) #24
nyquist
chrome/android lgtm
6 years, 4 months ago (2014-08-25 14:53:20 UTC) #25
Roger Tawa OOO till Jul 10th
The CQ bit was checked by rogerta@chromium.org
6 years, 4 months ago (2014-08-25 15:27:11 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/425823002/580001
6 years, 4 months ago (2014-08-25 15:28:26 UTC) #27
commit-bot: I haz the power
Committed patchset #12 (580001) as 37f129bd726752325f2aed48d051bed9014f916f
6 years, 4 months ago (2014-08-25 16:00:12 UTC) #28
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:34:39 UTC) #29
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/1f295e36ff1e97eaf6a5b94c58ef757bf715371b
Cr-Commit-Position: refs/heads/master@{#291686}

Powered by Google App Engine
This is Rietveld 408576698