Chromium Code Reviews| Index: chrome/default_plugin/plugin_impl_win.h |
| diff --git a/chrome/default_plugin/plugin_impl_win.h b/chrome/default_plugin/plugin_impl_win.h |
| index 242d9f019ac64eca32faf9c55d5e3b850b69e3cc..921ebb06ba7d361e927f0a0b5875b5888af1d321 100644 |
| --- a/chrome/default_plugin/plugin_impl_win.h |
| +++ b/chrome/default_plugin/plugin_impl_win.h |
| @@ -271,6 +271,8 @@ class PluginInstallerImpl : public ui::WindowImpl { |
| std::wstring command_; |
| // An additional message displayed at times by the plugin. |
| std::wstring optional_additional_message_; |
| + // Set to true of plugin finder has been disabled. |
|
Bernhard Bauer
2011/02/15 13:25:12
Nit: "if"
|
| + bool disable_plugin_finder_; |
| // The current stream. |
| NPStream* plugin_install_stream_; |
| // The plugin finder URL. |