Index: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h |
diff --git a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h |
index 8f3e3d27f22659f405485ba1608b7617c8ab75c7..14fd8a9eee64fa8216d4c9ef4202ce119b4bf1fc 100644 |
--- a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h |
+++ b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h |
@@ -16,7 +16,8 @@ class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase { |
virtual bool Start(PP_Instance instance, |
const char* url, |
bool uses_ppapi, |
- bool enable_ppapi_dev); |
+ bool enable_ppapi_dev, |
+ bool uses_irt); |
}; |
} // namespace plugin |