Index: chrome/installer/util/logging_installer.cc |
diff --git a/chrome/installer/util/logging_installer.cc b/chrome/installer/util/logging_installer.cc |
index ea62723d0b2bfcc37d24f2dbdae14d5a2a31dc69..ea93e26158e6162f342e17db06b917eabd0de293 100644 |
--- a/chrome/installer/util/logging_installer.cc |
+++ b/chrome/installer/util/logging_installer.cc |
@@ -94,7 +94,8 @@ void InitInstallerLogging(const installer::MasterPreferences& prefs) { |
logging::LOG_ONLY_TO_FILE, |
logging::LOCK_LOG_FILE, |
logging::APPEND_TO_OLD_LOG_FILE, |
- logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS); |
+ logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS, |
+ logging::DISABLE_DLOG_FOR_NON_OFFICIAL_RELEASE_BUILDS); |
if (prefs.GetBool(installer::master_preferences::kVerboseLogging, |
&value) && value) { |