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

Unified Diff: cloud_print/virtual_driver/win/install/setup.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: cloud_print/virtual_driver/win/install/setup.cc
diff --git a/cloud_print/virtual_driver/win/install/setup.cc b/cloud_print/virtual_driver/win/install/setup.cc
index 6ee31096b7ef1338e3c5ccb0e44d16dd6548e1e6..c4bf140e41c8196550ca3ceedf5ba1a361e022de 100644
--- a/cloud_print/virtual_driver/win/install/setup.cc
+++ b/cloud_print/virtual_driver/win/install/setup.cc
@@ -99,7 +99,7 @@ HRESULT RegisterPortMonitor(bool install) {
}
command_line.AppendArgPath(source_path);
HANDLE process_handle;
- if (!base::LaunchApp(command_line.command_line_string(),
+ if (!base::LaunchApp(command_line.GetCommandLineString(),
true,
false,
&process_handle)) {

Powered by Google App Engine
This is Rietveld 408576698