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

Issue 336253002: Add IdentityProvider-based AccountTracker to google_apis (Closed)

Created:
6 years, 6 months ago by Michael Courage
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add IdentityProvider-based AccountTracker to google_apis This is a re-implementation of extensions::AccountTracker, built on IdentityProvider instead of SigninManager and ProfileOAuth2TokenService. Removing the dependency on chrome/browser will allow GCM to use this code. BUG=374988 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278476

Patch Set 1 #

Total comments: 18

Patch Set 2 : rebase #

Patch Set 3 : address code review comments #

Total comments: 1

Patch Set 4 : add pointer ownership comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+416 lines, -317 lines) Patch
A + google_apis/gaia/account_tracker.h View 1 2 3 7 chunks +30 lines, -34 lines 0 comments Download
A + google_apis/gaia/account_tracker.cc View 1 2 16 chunks +56 lines, -105 lines 0 comments Download
A + google_apis/gaia/account_tracker_unittest.cc View 1 2 20 chunks +264 lines, -177 lines 0 comments Download
M google_apis/gaia/fake_oauth2_token_service.h View 4 chunks +22 lines, -0 lines 0 comments Download
M google_apis/gaia/fake_oauth2_token_service.cc View 3 chunks +41 lines, -1 line 0 comments Download
M google_apis/google_apis.gyp View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Michael Courage
fgorski: google_apis/gaia/account_tracker* rogerta: google_apis/gaia/fake_oauth2_token_service.* + OWNERS
6 years, 6 months ago (2014-06-16 20:43:39 UTC) #1
fgorski
Looking forward to using it. https://codereview.chromium.org/336253002/diff/1/google_apis/gaia/account_tracker.cc File google_apis/gaia/account_tracker.cc (right): https://codereview.chromium.org/336253002/diff/1/google_apis/gaia/account_tracker.cc#newcode25 google_apis/gaia/account_tracker.cc:25: STLDeleteValues(&user_info_requests_); Is there a ...
6 years, 6 months ago (2014-06-17 04:14:00 UTC) #2
Roger Tawa OOO till Jul 10th
lgtm++ Thanks Michael, I was planning on doing myself at some point but had not ...
6 years, 6 months ago (2014-06-17 15:28:20 UTC) #3
Michael Courage
https://codereview.chromium.org/336253002/diff/1/google_apis/gaia/account_tracker.cc File google_apis/gaia/account_tracker.cc (right): https://codereview.chromium.org/336253002/diff/1/google_apis/gaia/account_tracker.cc#newcode25 google_apis/gaia/account_tracker.cc:25: STLDeleteValues(&user_info_requests_); On 2014/06/17 15:28:20, Roger Tawa wrote: > On ...
6 years, 6 months ago (2014-06-18 23:13:18 UTC) #4
fgorski
lgtm https://codereview.chromium.org/336253002/diff/1/google_apis/gaia/account_tracker.h File google_apis/gaia/account_tracker.h (right): https://codereview.chromium.org/336253002/diff/1/google_apis/gaia/account_tracker.h#newcode78 google_apis/gaia/account_tracker.h:78: virtual void OnActiveAccountLogin() OVERRIDE; On 2014/06/17 15:28:20, Roger ...
6 years, 6 months ago (2014-06-19 13:48:15 UTC) #5
Michael Courage
The CQ bit was checked by courage@chromium.org
6 years, 6 months ago (2014-06-19 17:03:30 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/courage@chromium.org/336253002/50001
6 years, 6 months ago (2014-06-19 17:04:48 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-19 20:56:55 UTC) #8
Message was sent while issue was closed.
Change committed as 278476

Powered by Google App Engine
This is Rietveld 408576698