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

Issue 8680019: Integrate OAuth2 login token generation into TokenService: (Closed)

Created:
9 years, 1 month ago by Munjal (Google)
Modified:
9 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Integrate OAuth2 login token generation into TokenService: - Start Oauth2 login token fetch when "lso" auth token is fetched successfully. - Store the refresh and access login tokens. - Generate a token available notification for login token. - Add tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111882

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -52 lines) Patch
M chrome/browser/extensions/app_notify_channel_setup_unittest.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/net/gaia/token_service.h View 1 2 5 chunks +25 lines, -2 lines 0 comments Download
M chrome/browser/net/gaia/token_service.cc View 1 2 7 chunks +82 lines, -37 lines 0 comments Download
M chrome/browser/net/gaia/token_service_unittest.cc View 1 2 5 chunks +78 lines, -10 lines 0 comments Download
M chrome/common/net/gaia/gaia_constants.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/net/gaia/gaia_constants.cc View 1 2 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Munjal (Google)
9 years, 1 month ago (2011-11-23 19:36:36 UTC) #1
Rick Campbell
http://codereview.chromium.org/8680019/diff/5001/chrome/browser/net/gaia/token_service.cc File chrome/browser/net/gaia/token_service.cc (right): http://codereview.chromium.org/8680019/diff/5001/chrome/browser/net/gaia/token_service.cc#newcode251 chrome/browser/net/gaia/token_service.cc:251: bool TokenService::HasOAuthLoginToken() const { See comment in header. I ...
9 years ago (2011-11-28 22:51:07 UTC) #2
Munjal (Google)
http://codereview.chromium.org/8680019/diff/5001/chrome/browser/net/gaia/token_service.cc File chrome/browser/net/gaia/token_service.cc (right): http://codereview.chromium.org/8680019/diff/5001/chrome/browser/net/gaia/token_service.cc#newcode251 chrome/browser/net/gaia/token_service.cc:251: bool TokenService::HasOAuthLoginToken() const { On 2011/11/28 22:51:07, Rick Campbell ...
9 years ago (2011-11-28 23:41:14 UTC) #3
Rick Campbell
9 years ago (2011-11-28 23:56:12 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698