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

Unified Diff: chrome/installer/setup/install.cc

Issue 7386002: Rename CommandLine::GetCommandLineString(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge, use writable string copies, restore TODO comment and empty string compare. Created 9 years, 5 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/installer/setup/install.cc
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
index 720e346eca692d2ad7f4ab7f195d02850c60ffc4..5a619f065c10ecef3da6e4448f97474213b9cd67 100644
--- a/chrome/installer/setup/install.cc
+++ b/chrome/installer/setup/install.cc
@@ -167,7 +167,7 @@ bool CreateOrUpdateChromeShortcuts(const InstallerState& installer_state,
ret = file_util::CreateShortcutLink(setup_exe.value().c_str(),
uninstall_link.value().c_str(),
NULL,
- arguments.command_line_string().c_str(),
+ arguments.GetCommandLineString().c_str(),
NULL,
setup_exe.value().c_str(),
0,

Powered by Google App Engine
This is Rietveld 408576698