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

Unified Diff: chrome/browser/first_run/first_run.cc

Issue 701393002: [chrome/browser/first_run] Convert VLOGs to DVLOGs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/first_run/first_run_internal_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/first_run.cc
diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc
index 8ee4f657255a3cf279e95c720aa200ed8c7a4844..9434c6e84418484d08e9d7dfbe27be1d8c3653fc 100644
--- a/chrome/browser/first_run/first_run.cc
+++ b/chrome/browser/first_run/first_run.cc
@@ -172,7 +172,7 @@ void DoDelayedInstallExtensionsIfNeeded(
installer::MasterPreferences* install_prefs) {
base::DictionaryValue* extensions = 0;
if (install_prefs->GetExtensionsBlock(&extensions)) {
- VLOG(1) << "Extensions block found in master preferences";
+ DVLOG(1) << "Extensions block found in master preferences";
DoDelayedInstallExtensions();
}
}
« no previous file with comments | « no previous file | chrome/browser/first_run/first_run_internal_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698