| Index: chrome/renderer/plugins/plugin_placeholder.h
|
| diff --git a/chrome/renderer/plugins/plugin_placeholder.h b/chrome/renderer/plugins/plugin_placeholder.h
|
| index efd19fc7f3c8c93ef4d09b38cdf420e087aeeb6f..a9a318254ff86bc3afff3f28338044c83188eaf3 100644
|
| --- a/chrome/renderer/plugins/plugin_placeholder.h
|
| +++ b/chrome/renderer/plugins/plugin_placeholder.h
|
| @@ -135,8 +135,8 @@ class PluginPlaceholder : public content::RenderViewObserver,
|
|
|
| void OnLoadBlockedPlugins(const std::string& identifier);
|
| void OnSetIsPrerendering(bool is_prerendering);
|
| - void OnDidNotFindMissingPlugin();
|
| #if defined(ENABLE_PLUGIN_INSTALLATION)
|
| + void OnDidNotFindMissingPlugin();
|
| void OnFoundMissingPlugin(const string16& plugin_name);
|
| void OnStartedDownloadingPlugin();
|
| void OnFinishedDownloadingPlugin();
|
|
|