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

Unified Diff: content/common/sandbox_policy.cc

Issue 7386002: Rename CommandLine::GetCommandLineString(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge. 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
« no previous file with comments | « cloud_print/virtual_driver/win/install/setup.cc ('k') | content/plugin/plugin_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_policy.cc
diff --git a/content/common/sandbox_policy.cc b/content/common/sandbox_policy.cc
index dd0473e74b5c3cb2c4644df039b0b08ea70e29bd..bfa7db135070bf0a682ca0cd63b5c5762759fb5d 100644
--- a/content/common/sandbox_policy.cc
+++ b/content/common/sandbox_policy.cc
@@ -447,7 +447,7 @@ base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line,
result = g_broker_services->SpawnTarget(
cmd_line->GetProgram().value().c_str(),
- cmd_line->command_line_string().c_str(),
+ cmd_line->GetCommandLineString().c_str(),
policy, &target);
policy->Release();
« no previous file with comments | « cloud_print/virtual_driver/win/install/setup.cc ('k') | content/plugin/plugin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698