diff options
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate_impl.h')
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h index 6240934..6d67dc7 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl.h +++ b/webkit/glue/plugins/webplugin_delegate_impl.h @@ -261,12 +261,6 @@ class WebPluginDelegateImpl : public WebPluginDelegate { // The url with which the plugin was instantiated. std::string plugin_url_; - // Indicates if the download would be initiated by the plugin or us. - bool load_manually_; - - // Indicates whether a geometry update sequence is the first. - bool first_geometry_update_; - DISALLOW_EVIL_CONSTRUCTORS(WebPluginDelegateImpl); }; |