| Index: chrome/browser/plugin_observer.h
|
| ===================================================================
|
| --- chrome/browser/plugin_observer.h (revision 98657)
|
| +++ chrome/browser/plugin_observer.h (working copy)
|
| @@ -23,10 +23,6 @@
|
| virtual bool OnMessageReceived(const IPC::Message& message);
|
|
|
| private:
|
| - // Returns the PluginInstallerInfoBarDelegate, creating it if necessary.
|
| - PluginInstallerInfoBarDelegate* GetPluginInstaller();
|
| -
|
| - void OnMissingPluginStatus(int status);
|
| void OnCrashedPlugin(const FilePath& plugin_path);
|
| void OnBlockedOutdatedPlugin(const string16& name, const GURL& update_url);
|
|
|
|
|