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

Unified Diff: chrome/test/mini_installer_test/chrome_mini_installer.cc

Issue 7706026: Remove obselete --verbose-logging flag when launching installer. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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/test/mini_installer_test/chrome_mini_installer.cc
diff --git a/chrome/test/mini_installer_test/chrome_mini_installer.cc b/chrome/test/mini_installer_test/chrome_mini_installer.cc
index 36acf0b449eafd58df52f42f39c401a0f1baf962..a75e583be5a22ee8b40158b0eaa88e1aaa63bf63 100644
--- a/chrome/test/mini_installer_test/chrome_mini_installer.cc
+++ b/chrome/test/mini_installer_test/chrome_mini_installer.cc
@@ -593,7 +593,7 @@ HKEY ChromeMiniInstaller::GetRootRegistryKey() {
void ChromeMiniInstaller::LaunchInstaller(const std::wstring& path,
const wchar_t* process_name) {
ASSERT_TRUE(file_util::PathExists(FilePath(path)));
- std::wstring launch_args(L" --verbose-logging");
+ std::wstring launch_args(L"");
kkania 2011/08/26 17:40:58 drop the (L"")
Huyen 2011/08/26 19:19:46 Done.
if (is_chrome_frame_) {
launch_args.append(L" --do-not-create-shortcuts");
launch_args.append(L" --do-not-launch-chrome");

Powered by Google App Engine
This is Rietveld 408576698