Index: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h |
=================================================================== |
--- ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h (revision 134969) |
+++ ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h (working copy) |
@@ -12,6 +12,7 @@ |
class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase { |
public: |
virtual bool Start(const char* url); |
+ virtual bool Start(int instance_id, const char* url); |
}; |
} // namespace plugin |