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

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

Issue 4011001: Convert LOG(INFO) to VLOG(1) - chrome/browser/chromeos/login/.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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/browser/chromeos/login/login_utils.cc
===================================================================
--- chrome/browser/chromeos/login/login_utils.cc (revision 63306)
+++ chrome/browser/chromeos/login/login_utils.cc (working copy)
@@ -119,7 +119,7 @@
void LoginUtilsImpl::CompleteLogin(const std::string& username,
const GaiaAuthConsumer::ClientLoginResult& credentials) {
- LOG(INFO) << "Completing login for " << username;
+ VLOG(1) << "Completing login for " << username;
if (CrosLibrary::Get()->EnsureLoaded())
CrosLibrary::Get()->GetLoginLibrary()->StartSession(username, "");
@@ -227,7 +227,7 @@
}
void LoginUtilsImpl::CompleteOffTheRecordLogin(const GURL& start_url) {
- LOG(INFO) << "Completing off the record login";
+ VLOG(1) << "Completing off the record login";
UserManager::Get()->OffTheRecordUserLoggedIn();
@@ -296,7 +296,7 @@
CommandLine::ForCurrentProcess()->InitFromArgv(
CommandLine::ForCurrentProcess()->argv());
- LOG(INFO) << "Launching browser...";
+ VLOG(1) << "Launching browser...";
BrowserInit browser_init;
int return_code;
browser_init.LaunchBrowser(*CommandLine::ForCurrentProcess(),
« no previous file with comments | « chrome/browser/chromeos/login/login_screen_browsertest.cc ('k') | chrome/browser/chromeos/login/mock_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698