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

Unified Diff: cloud_print/virtual_driver/win/port_monitor/port_monitor.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/port_monitor/port_monitor.cc
diff --git a/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc b/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
index 562d0b8dea617b4b4ac3d32929d46b3c981eccd7..77344ad5fe03072331c4fa853e13ff09cfd664e0 100644
--- a/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
+++ b/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
@@ -231,7 +231,7 @@ bool LaunchPrintDialog(const string16& xps_path,
job_title);
command_line.AppendSwitch(switches::kCloudPrintDeleteFile);
base::LaunchAppAsUser(primary_token_scoped,
- command_line.command_line_string(),
+ command_line.GetCommandLineString(),
false,
NULL);
return true;

Powered by Google App Engine
This is Rietveld 408576698