Index: chrome/browser/plugin_installer.cc |
=================================================================== |
--- chrome/browser/plugin_installer.cc (revision 129385) |
+++ chrome/browser/plugin_installer.cc (working copy) |
@@ -64,13 +64,15 @@ |
const GURL& plugin_url, |
const GURL& help_url, |
const string16& name, |
- bool url_for_display) |
+ bool url_for_display, |
+ bool requires_authorization) |
: state_(kStateIdle), |
identifier_(identifier), |
plugin_url_(plugin_url), |
help_url_(help_url), |
name_(name), |
- url_for_display_(url_for_display) { |
+ url_for_display_(url_for_display), |
+ requires_authorization_(requires_authorization) { |
} |
PluginInstaller::~PluginInstaller() { |