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

Issue 7574009: Added OAuth support to TokenService (Closed)

Created:
9 years, 4 months ago by Rick Campbell
Modified:
9 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, nkostylev+cc_chromium.org, idana, Raghu Simha, ncarter (slow), darin-cc_chromium.org, davemoore+watch_chromium.org, Paweł Hajdan Jr., tim (not reviewing)
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Incorporating review comments #

Patch Set 3 : Tweaked an initializer that failed to compile for ChromeOS. #

Patch Set 4 : Tweaked mock for OnOAuthWrapBridgeFailure. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+322 lines, -85 lines) Patch
M chrome/browser/chromeos/login/login_utils.cc View 5 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/online_attempt.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/net/gaia/gaia_oauth_consumer.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/net/gaia/gaia_oauth_fetcher.h View 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/net/gaia/gaia_oauth_fetcher.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M chrome/browser/net/gaia/gaia_oauth_fetcher_unittest.cc View 1 2 3 9 chunks +17 lines, -19 lines 0 comments Download
M chrome/browser/net/gaia/token_service.h View 1 8 chunks +67 lines, -14 lines 0 comments Download
M chrome/browser/net/gaia/token_service.cc View 1 9 chunks +121 lines, -2 lines 0 comments Download
M chrome/browser/net/gaia/token_service_unittest.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/net/gaia/token_service_unittest.cc View 14 chunks +77 lines, -17 lines 0 comments Download
M chrome/browser/sync/signin_manager.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/signin_manager.cc View 3 chunks +2 lines, -4 lines 0 comments Download
M chrome/common/net/gaia/gaia_constants.h View 1 chunk +6 lines, -1 line 0 comments Download
M chrome/common/net/gaia/gaia_constants.cc View 1 chunk +11 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Rick Campbell
Please take a look NOTE: While this is primarily about TokenService, it also adds some ...
9 years, 4 months ago (2011-08-04 13:21:40 UTC) #1
Mattias Nissler (ping if slow)
http://codereview.chromium.org/7574009/diff/1/chrome/browser/net/gaia/token_service.cc File chrome/browser/net/gaia/token_service.cc (right): http://codereview.chromium.org/7574009/diff/1/chrome/browser/net/gaia/token_service.cc#newcode58 chrome/browser/net/gaia/token_service.cc:58: getter_ = profile->GetRequestContext(); It doesn't make much sense to ...
9 years, 4 months ago (2011-08-04 13:39:57 UTC) #2
Roger Tawa OOO till Jul 10th
lgtm For the dependency of TokenService on Profile, I see that the only use of ...
9 years, 4 months ago (2011-08-04 14:02:14 UTC) #3
Mattias Nissler (ping if slow)
Again, this is FYI, non-scoring, and I'm fine with committing this. On Thu, Aug 4, ...
9 years, 4 months ago (2011-08-04 14:24:35 UTC) #4
(NOT FOR CODE REVIEWS)
Hi Mattias, Does it make sense for token service to be the source of NOTIFICATION_COOKIE_CHANGED ...
9 years, 4 months ago (2011-08-04 15:33:43 UTC) #5
Rick Campbell
Possibly. You're definitely correct about the motivation for putting it under browser/net rather than common/net. ...
9 years, 4 months ago (2011-08-04 16:12:58 UTC) #6
(NOT FOR CODE REVIEWS)
Hi Rick, I agree the cleanup can be done a followup CL. Thanks, Roger - ...
9 years, 4 months ago (2011-08-04 16:52:26 UTC) #7
Rick Campbell
Since we seem to be agreed that further consideration of cleaning up the Profile* can ...
9 years, 4 months ago (2011-08-04 17:24:42 UTC) #8
commit-bot: I haz the power
Try job failure for 7574009-19 (retry) on linux_clang for step "compile" (clobber build). It's a ...
9 years, 4 months ago (2011-08-04 19:37:12 UTC) #9
commit-bot: I haz the power
9 years, 4 months ago (2011-08-04 22:29:35 UTC) #10
Change committed as 95523

Powered by Google App Engine
This is Rietveld 408576698