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

Unified Diff: chrome/common/net/gaia/oauth2_api_call_flow.cc

Issue 10836182: Obfuscated Gaia ID fetcher (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/net/gaia/oauth2_api_call_flow.cc
diff --git a/chrome/common/net/gaia/oauth2_api_call_flow.cc b/chrome/common/net/gaia/oauth2_api_call_flow.cc
index 4d43e51bb5b9668f647ce3c9b7bfdfbfb75fba56..8d51bb35f5390100a0dee48a344c65ff89752c76 100644
--- a/chrome/common/net/gaia/oauth2_api_call_flow.cc
+++ b/chrome/common/net/gaia/oauth2_api_call_flow.cc
@@ -53,6 +53,7 @@ void OAuth2ApiCallFlow::Start() {
void OAuth2ApiCallFlow::BeginApiCall() {
CHECK(state_ == INITIAL || state_ == MINT_ACCESS_TOKEN_DONE);
+ LOG(INFO) << "*** OAuth2ApiCallFlow::BeginApiCall called ***";
Munjal (Google) 2012/08/09 21:44:29 Remove this (revert this file).
Pete Williamson 2012/08/13 21:21:14 Done.
// If the access token is empty then directly try to mint one.
if (access_token_.empty()) {
« chrome/browser/extensions/api/push_messaging/stub_url_fetcher.h ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698