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

Unified Diff: chrome/installer/util/logging_installer.cc

Issue 1929333002: Change installer log for Chromium to chromium_installer.log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/logging_installer.cc
diff --git a/chrome/installer/util/logging_installer.cc b/chrome/installer/util/logging_installer.cc
index 0def364fcc8701059f66f2a3305159e3fe9efb01..f74e42df22a829d6dc4f679f6cb58bf0ed6cec7c 100644
--- a/chrome/installer/util/logging_installer.cc
+++ b/chrome/installer/util/logging_installer.cc
@@ -115,7 +115,11 @@ base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs) {
return base::FilePath(base::UTF8ToWide(path));
static const base::FilePath::CharType kLogFilename[] =
+#if defined(GOOGLE_CHROME_BUILD)
FILE_PATH_LITERAL("chrome_installer.log");
+#else // CHROMIUM_BUILD
grt (UTC plus 2) 2016/04/29 15:19:46 nit: two spaces before //
+ FILE_PATH_LITERAL("chromium_installer.log");
+#endif
// Fallback to current directory if getting the temp directory fails.
base::FilePath tmp_path;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698