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