Index: chrome/browser/plugin_observer.h |
=================================================================== |
--- chrome/browser/plugin_observer.h (revision 99462) |
+++ chrome/browser/plugin_observer.h (working copy) |
@@ -22,8 +22,9 @@ |
// IPC::Channel::Listener implementation. |
virtual bool OnMessageReceived(const IPC::Message& message); |
+ void CrashedPlugin(const FilePath& plugin_path); |
+ |
private: |
- void OnCrashedPlugin(const FilePath& plugin_path); |
void OnBlockedOutdatedPlugin(const string16& name, const GURL& update_url); |
TabContentsWrapper* tab_contents_; |