Chromium Code Reviews| 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); |
| + virtual bool Start(PP_Instance instance, |
|
Mark Seaborn
2012/06/21 19:49:49
BTW, this doesn't need to be virtual, does it?
bbudge
2012/06/21 21:20:01
Done.
|
| + const char* url, |
| + void** ipc_channel_handle); |
| }; |
| } // namespace plugin |