summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugins/plugin_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugins/plugin_observer.h')
-rw-r--r--chrome/browser/plugins/plugin_observer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/plugins/plugin_observer.h b/chrome/browser/plugins/plugin_observer.h
index a0ae687..65a1dd7 100644
--- a/chrome/browser/plugins/plugin_observer.h
+++ b/chrome/browser/plugins/plugin_observer.h
@@ -16,8 +16,6 @@
class GURL;
class InfoBarDelegate;
class PluginFinder;
-class PluginMetadata;
-class TabContents;
#if defined(ENABLE_PLUGIN_INSTALLATION)
class PluginInstaller;
@@ -45,8 +43,7 @@ class PluginObserver : public content::WebContentsObserver,
class PluginPlaceholderHost;
#if defined(ENABLE_PLUGIN_INSTALLATION)
- void InstallMissingPlugin(PluginInstaller* installer,
- PluginMetadata* plugin_metadata);
+ void InstallMissingPlugin(PluginInstaller* installer);
#endif
// Message handlers: