diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-29 06:28:48 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-29 06:28:48 +0000 |
commit | 47214d887231579c4dc8f1911539a385b7aed0fe (patch) | |
tree | df90714bb59ea64ef357f82e8d62997a535a3fe4 /content/browser/plugin_process_host.h | |
parent | c224933cbc7e2c12a65481d951dff15b2bfccf31 (diff) | |
download | chromium_src-47214d887231579c4dc8f1911539a385b7aed0fe.zip chromium_src-47214d887231579c4dc8f1911539a385b7aed0fe.tar.gz chromium_src-47214d887231579c4dc8f1911539a385b7aed0fe.tar.bz2 |
Apply a rate limit on a per-plug-in basis to plug-in crashes.
BUG=115758
Review URL: https://chromiumcodereview.appspot.com/9460038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_process_host.h')
-rw-r--r-- | content/browser/plugin_process_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/plugin_process_host.h b/content/browser/plugin_process_host.h index a6c2596..0c93a64 100644 --- a/content/browser/plugin_process_host.h +++ b/content/browser/plugin_process_host.h @@ -150,6 +150,7 @@ class CONTENT_EXPORT PluginProcessHost #endif virtual bool CanShutdown() OVERRIDE; + virtual void OnProcessCrashed(int exit_code) OVERRIDE; void CancelRequests(); |