| Index: chrome/browser/plugins/plugin_observer.h
|
| diff --git a/chrome/browser/plugins/plugin_observer.h b/chrome/browser/plugins/plugin_observer.h
|
| index 110f777ffff52dc5ccb61d0f8e246757be1a2a41..aa90cba314f5922e09ad5f0736f7636082f567e3 100644
|
| --- a/chrome/browser/plugins/plugin_observer.h
|
| +++ b/chrome/browser/plugins/plugin_observer.h
|
| @@ -65,6 +65,7 @@ class PluginObserver : public content::WebContentsObserver,
|
| #endif
|
| void RemoveComponentObserver(int placeholder_id);
|
| void OnOpenAboutPlugins();
|
| + void OnShowFlashPermissionBubble();
|
| void OnCouldNotLoadPlugin(const base::FilePath& plugin_path);
|
|
|
| #if defined(ENABLE_PLUGIN_INSTALLATION)
|
|
|