Index: chrome/renderer/blocked_plugin.h |
=================================================================== |
--- chrome/renderer/blocked_plugin.h (revision 71691) |
+++ chrome/renderer/blocked_plugin.h (working copy) |
@@ -66,8 +66,6 @@ |
webkit::npapi::WebViewPlugin* plugin_; |
// The name of the plugin that was blocked. |
string16 name_; |
- // True iff we're showing a custom menu. |
- bool custom_menu_showing_; |
}; |
#endif // CHROME_RENDERER_BLOCKED_PLUGIN_H_ |