| Index: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| index 8da1aeb3e10fa6bbac359b732ea39eddb10a7b80..022255846ece7de1b0a765bd456536c11249cbb3 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| @@ -21,13 +21,10 @@ bool SelLdrLauncherChrome::Start(PP_Instance instance,
|
| if (!launch_nacl_process)
|
| return false;
|
| // send a synchronous message to the browser process
|
| - // TODO(sehr): This is asserted to be one. Remove this parameter.
|
| - static const int kNumberOfChannelsToBeCreated = 1;
|
| if (launch_nacl_process(instance,
|
| url,
|
| PP_FromBool(uses_ppapi),
|
| PP_FromBool(enable_ppapi_dev),
|
| - kNumberOfChannelsToBeCreated,
|
| &channel_) != PP_NACL_OK) {
|
| return false;
|
| }
|
|
|