diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-26 18:30:51 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-26 18:30:51 +0000 |
commit | 3ed94650ea2bff6092e5a221ed2c681d39cc27df (patch) | |
tree | c254e536f8fb70823eae32fb9f46ec939224f977 /google_apis | |
parent | f1dc574042e9b4f0dc15babb58de6afd0133ccc1 (diff) | |
download | chromium_src-3ed94650ea2bff6092e5a221ed2c681d39cc27df.zip chromium_src-3ed94650ea2bff6092e5a221ed2c681d39cc27df.tar.gz chromium_src-3ed94650ea2bff6092e5a221ed2c681d39cc27df.tar.bz2 |
Switch Enterprise enrollment to OAuth2
Enterprise Enrollment was still using going through OAuthWrap for
authentication, which is deprecated and shouldn't be used any longer.
The OAuth2 approach is in line with what regular Chrome OS login and
user policy do.
BUG=chromium:238624
TEST=Manual: Chrome OS enterprise enrollment still works.
Review URL: https://chromiumcodereview.appspot.com/19787008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r-- | google_apis/gaia/gaia_auth_fetcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/google_apis/gaia/gaia_auth_fetcher.h b/google_apis/gaia/gaia_auth_fetcher.h index 1c6ea37..5021a53 100644 --- a/google_apis/gaia/gaia_auth_fetcher.h +++ b/google_apis/gaia/gaia_auth_fetcher.h @@ -102,8 +102,8 @@ class GaiaAuthFetcher : public net::URLFetcherDelegate { // Start a request to revoke |auth_token|. // - // Either OnRevokeOAuth2TokenSuccess or OnRevokeOAuth2TokenSuccess will be - // called on the consumer on the original thread. + // OnOAuth2RevokeTokenCompleted will be called on the consumer on the original + // thread. void StartRevokeOAuth2Token(const std::string& auth_token); // Start a request to exchange the cookies of a signed-in user session |