Index: chrome_frame/chrome_launcher.cc |
=================================================================== |
--- chrome_frame/chrome_launcher.cc (revision 42730) |
+++ chrome_frame/chrome_launcher.cc (working copy) |
@@ -87,6 +87,9 @@ |
CommandLine sanitized(GetChromeExecutablePath()); |
SanitizeCommandLine(original, &sanitized); |
+ DLOG(INFO) << sanitized.command_line_string(); |
+ sanitized.AppendSwitchWithValue("log-level", "0"); |
+ |
return base::LaunchApp(sanitized.command_line_string(), false, false, NULL); |
} |