| 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..78bcbbfbd295cf45af825108b0aaa37453e32182 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 if plugin finder has been disabled.
|
| + bool disable_plugin_finder_;
|
| // The current stream.
|
| NPStream* plugin_install_stream_;
|
| // The plugin finder URL.
|
|
|