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

Unified Diff: chrome/browser/signin/easy_unlock_service_signin_chromeos.cc

Issue 688993004: [chrome/browser/s*] Convert VLOGs to DVLOGs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing the patch and removing supervised_users related change Created 6 years, 1 month 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/signin/easy_unlock_service_signin_chromeos.cc
diff --git a/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc b/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc
index eb0da7c0782cb2872976ebe359337ba94c5378f8..39bb0d3c646aef8dcd2332591a9c7c783d9f30e2 100644
--- a/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc
+++ b/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc
@@ -179,7 +179,7 @@ void EasyUnlockServiceSignin::RecordEasySignInOutcome(
chromeos::RecordEasyUnlockLoginEvent(success
? chromeos::EASY_SIGN_IN_SUCCESS
: chromeos::EASY_SIGN_IN_FAILURE);
- VLOG(1) << "Easy sign-in " << (success ? "success" : "failure");
+ DVLOG(1) << "Easy sign-in " << (success ? "success" : "failure");
}
void EasyUnlockServiceSignin::RecordPasswordLoginEvent(
@@ -235,7 +235,7 @@ void EasyUnlockServiceSignin::RecordPasswordLoginEvent(
}
chromeos::RecordEasyUnlockLoginEvent(event);
- VLOG(1) << "EasySignIn password login event, event=" << event;
+ DVLOG(1) << "EasySignIn password login event, event=" << event;
}
void EasyUnlockServiceSignin::InitializeInternal() {
« no previous file with comments | « chrome/browser/signin/android_profile_oauth2_token_service.cc ('k') | chrome/browser/ssl/ssl_client_auth_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698