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

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
Index: content/common/sandbox_policy.cc
diff --git a/content/common/sandbox_policy.cc b/content/common/sandbox_policy.cc
index 2eb189f19e8ecf7d67fcca5f402f9c40d6ac9573..a6dacd3531e23b252c5f9eb5e769344e24df57d7 100644
--- a/content/common/sandbox_policy.cc
+++ b/content/common/sandbox_policy.cc
@@ -449,7 +449,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();

Powered by Google App Engine
This is Rietveld 408576698