Chromium Code Reviews| 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()) { |