Index: content/ppapi_plugin/ppapi_thread.h |
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h |
index 8f7c901d787f2ede40899479607a406fc207f587..d7fd03995e2ab755b73eeecb5900401170e918df 100644 |
--- a/content/ppapi_plugin/ppapi_thread.h |
+++ b/content/ppapi_plugin/ppapi_thread.h |
@@ -97,6 +97,8 @@ class PpapiThread : public ChildThread, |
const ppapi::proxy::ResourceMessageReplyParams& reply_params, |
const IPC::Message& nested_msg); |
void OnSetNetworkState(bool online); |
+ void OnCrash(); |
+ void OnHang(); |
// Sets up the channel to the given renderer. On success, returns true and |
// fills the given ChannelHandle with the information from the new channel. |