summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-30 06:18:17 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-30 06:18:17 +0000
commit0ce6e3988acb7c04f3218d6a751be5c9cc39d501 (patch)
treeab29c550950361d8189ffe7bd56b9116b1875ad2 /chrome
parent9328443b6546402da992f1c37ee97d94667a709e (diff)
downloadchromium_src-0ce6e3988acb7c04f3218d6a751be5c9cc39d501.zip
chromium_src-0ce6e3988acb7c04f3218d6a751be5c9cc39d501.tar.gz
chromium_src-0ce6e3988acb7c04f3218d6a751be5c9cc39d501.tar.bz2
Build fix.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54289 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/nacl/broker_thread.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/nacl/broker_thread.cc b/chrome/nacl/broker_thread.cc
index e3e6b03..04bebda 100644
--- a/chrome/nacl/broker_thread.cc
+++ b/chrome/nacl/broker_thread.cc
@@ -52,8 +52,8 @@ void NaClBrokerThread::OnLaunchLoaderThroughBroker(
cmd_line->AppendSwitchASCII(switches::kProcessType,
switches::kNaClLoaderProcess);
- cmd_line->AppendSwitchASCII(switches::kProcessChannelID,
- loader_channel_id);
+ cmd_line->AppendSwitchWithValue(switches::kProcessChannelID,
+ loader_channel_id);
loader_process = sandbox::StartProcessWithAccess(cmd_line, FilePath());
if (loader_process) {