| Index: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
|
| ===================================================================
|
| --- ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h (revision 143490)
|
| +++ ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h (working copy)
|
| @@ -13,9 +13,7 @@
|
| class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase {
|
| public:
|
| virtual bool Start(const char* url);
|
| - bool Start(PP_Instance instance,
|
| - const char* url,
|
| - void** ipc_channel_handle);
|
| + virtual bool Start(PP_Instance instance, const char* url);
|
| };
|
|
|
| } // namespace plugin
|
|
|