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

Unified Diff: chrome/browser/chromeos/login/oauth2_login_verifier.cc

Issue 99863007: Added CrOS-specific OAuth2 browser test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/browser/chromeos/login/oauth2_login_verifier.cc
diff --git a/chrome/browser/chromeos/login/oauth2_login_verifier.cc b/chrome/browser/chromeos/login/oauth2_login_verifier.cc
index 4f48206d792471eb30f1125f1f8241a974840ef3..593921ece15af9de7fe0108d32871f365931e6d5 100644
--- a/chrome/browser/chromeos/login/oauth2_login_verifier.cc
+++ b/chrome/browser/chromeos/login/oauth2_login_verifier.cc
@@ -76,7 +76,7 @@ void OAuth2LoginVerifier::VerifyProfileTokens(Profile* profile) {
(detector && detector->GetCaptivePortalState(default_network).status !=
NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE)) {
// If network is offline, defer the token fetching until online.
- VLOG(1) << "Network is offline. Deferring OAuth2 access token fetch.";
+ LOG(WARNING) << "Network is offline. Deferring OAuth2 access token fetch.";
BrowserThread::PostDelayedTask(
BrowserThread::UI,
FROM_HERE,
« no previous file with comments | « chrome/browser/chromeos/login/oauth2_login_manager_factory.h ('k') | chrome/browser/chromeos/login/oobe_base_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698