summaryrefslogtreecommitdiffstats
path: root/content/browser/ppapi_plugin_process_host.h
diff options
context:
space:
mode:
authorcevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-24 20:05:02 +0000
committercevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-24 20:05:02 +0000
commitef97ce340c462d5212336f09bf8075d1cb10faa4 (patch)
tree303c09f1bfff321fc6588f5d1298564583a612ae /content/browser/ppapi_plugin_process_host.h
parente036acf3f2de5f3446e233ee1ec9519b35f323a5 (diff)
downloadchromium_src-ef97ce340c462d5212336f09bf8075d1cb10faa4.zip
chromium_src-ef97ce340c462d5212336f09bf8075d1cb10faa4.tar.gz
chromium_src-ef97ce340c462d5212336f09bf8075d1cb10faa4.tar.bz2
Handle crashing Pepper plug-ins the same as crashing NPAPI plug-ins.
BUG=151895 Review URL: https://chromiumcodereview.appspot.com/10956065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158364 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/ppapi_plugin_process_host.h')
-rw-r--r--content/browser/ppapi_plugin_process_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
index 3c6576c..1aa0384 100644
--- a/content/browser/ppapi_plugin_process_host.h
+++ b/content/browser/ppapi_plugin_process_host.h
@@ -125,6 +125,7 @@ class PpapiPluginProcessHost : public content::BrowserChildProcessHostDelegate,
virtual void OnProcessLaunched() OVERRIDE;
+ virtual void OnProcessCrashed(int exit_code) OVERRIDE;
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
virtual void OnChannelError() OVERRIDE;