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

Issue 8803029: Add OAuth2 revocation fetcher that is right now used for notifications. (Closed)

Created:
9 years 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

Add OAuth2 revocation fetcher that is right now used for notifications. Add unit tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113132

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+406 lines, -0 lines) Patch
M chrome/chrome_common.gypi View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/net/gaia/oauth2_revocation_consumer.h View 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/common/net/gaia/oauth2_revocation_fetcher.h View 1 chunk +97 lines, -0 lines 0 comments Download
A chrome/common/net/gaia/oauth2_revocation_fetcher.cc View 1 chunk +163 lines, -0 lines 2 comments Download
A chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc View 1 chunk +118 lines, -0 lines 0 comments Download
M chrome/common/net/http_return.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Munjal (Google)
Rick/Zel/Tim, can one of you please review this? Antony, you should probably also review.
9 years ago (2011-12-06 00:44:58 UTC) #1
zel
LGTM http://codereview.chromium.org/8803029/diff/1/chrome/common/net/gaia/oauth2_revocation_fetcher.cc File chrome/common/net/gaia/oauth2_revocation_fetcher.cc (right): http://codereview.chromium.org/8803029/diff/1/chrome/common/net/gaia/oauth2_revocation_fetcher.cc#newcode118 chrome/common/net/gaia/oauth2_revocation_fetcher.cc:118: if (source->GetResponseCode() != RC_REQUEST_OK_EMPTY_BODY) { what do you ...
9 years ago (2011-12-06 01:18:19 UTC) #2
asargent_no_longer_on_chrome
lgtm
9 years ago (2011-12-06 01:33:59 UTC) #3
Munjal (Google)
Thanks for a quick review. http://codereview.chromium.org/8803029/diff/1/chrome/common/net/gaia/oauth2_revocation_fetcher.cc File chrome/common/net/gaia/oauth2_revocation_fetcher.cc (right): http://codereview.chromium.org/8803029/diff/1/chrome/common/net/gaia/oauth2_revocation_fetcher.cc#newcode118 chrome/common/net/gaia/oauth2_revocation_fetcher.cc:118: if (source->GetResponseCode() != RC_REQUEST_OK_EMPTY_BODY) ...
9 years ago (2011-12-06 01:36:14 UTC) #4
zel
+mnissler FYI
9 years ago (2011-12-06 01:53:11 UTC) #5
Mattias Nissler (ping if slow)
9 years ago (2011-12-06 09:04:02 UTC) #6
On 2011/12/06 01:53:11, zel wrote:
> +mnissler FYI

Hey guys, is this really different what I committed quite a while ago in
GaiaOAuthFetcher::StartOAuthRevokeAccessToken()? Given, this talks to a
different endpoint, but since the two quite similar, it may make sense to unify
the two or at least use the same pattern?

Powered by Google App Engine
This is Rietveld 408576698