summaryrefslogtreecommitdiffstats
path: root/webkit/default_plugin/plugin_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/default_plugin/plugin_impl.h')
-rw-r--r--webkit/default_plugin/plugin_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/default_plugin/plugin_impl.h b/webkit/default_plugin/plugin_impl.h
index 76bf65c..8da77cb 100644
--- a/webkit/default_plugin/plugin_impl.h
+++ b/webkit/default_plugin/plugin_impl.h
@@ -337,6 +337,8 @@ class PluginInstallerImpl : public CWindowImpl<PluginInstallerImpl> {
std::wstring plugin_name_;
// The actual download URL.
std::string plugin_download_url_;
+ // Indicates if the plugin download URL points to an exe.
+ bool plugin_download_url_for_display_;
// The current state of the plugin installer.
PluginInstallerState plugin_installer_state_;
// Used to display the UI for plugin installation.