| Index: chrome/browser/plugin_finder.cc | 
| diff --git a/chrome/browser/plugin_finder.cc b/chrome/browser/plugin_finder.cc | 
| index bcba7dcca9cc0b7fec5559f29af0a6b47133bb0e..2b66754ec5e3a02fdaabc6831f597e6b43cd300b 100644 | 
| --- a/chrome/browser/plugin_finder.cc | 
| +++ b/chrome/browser/plugin_finder.cc | 
| @@ -138,7 +138,7 @@ PluginInstaller* PluginFinder::CreateInstaller( | 
| bool display_url = false; | 
| plugin_dict->GetBoolean("displayurl", &display_url); | 
| bool requires_authorization = true; | 
| -  plugin_dict->GetBoolean("requires_authorization", &display_url); | 
| +  plugin_dict->GetBoolean("requires_authorization", &requires_authorization); | 
| PluginInstaller* installer = new PluginInstaller(identifier, | 
| GURL(url), | 
| GURL(help_url), | 
|  |