Chromium Code Reviews| Index: chrome/browser/plugin_observer.h |
| =================================================================== |
| --- chrome/browser/plugin_observer.h (revision 98657) |
| +++ chrome/browser/plugin_observer.h (working copy) |
| @@ -7,6 +7,7 @@ |
| #pragma once |
| #include "content/browser/tab_contents/tab_contents_observer.h" |
| +#include "ui/gfx/native_widget_types.h" |
|
jam
2011/08/31 20:23:57
nit: is this needed?
ananta
2011/08/31 20:44:23
Done.
|
| class FilePath; |
| class GURL; |
| @@ -23,10 +24,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); |