diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 10:12:50 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 10:12:50 +0000 |
commit | 00122a4dd029043dc94d6d25c4cdd9d9b3d2f99e (patch) | |
tree | 9fa5b83bf3d980a636ec9b7cd0c21c66a5472175 /chrome/renderer/blocked_plugin.h | |
parent | cf4f2ca176370e7a8d7927810661bf5712016f1c (diff) | |
download | chromium_src-00122a4dd029043dc94d6d25c4cdd9d9b3d2f99e.zip chromium_src-00122a4dd029043dc94d6d25c4cdd9d9b3d2f99e.tar.gz chromium_src-00122a4dd029043dc94d6d25c4cdd9d9b3d2f99e.tar.bz2 |
Fix Linux breakage of context menu items for the blocked plugin placeholder.
(I'm not sure about other platforms; on Linux, GTK has the weird quirk of
firing "context menu closed" before "context menu item selected", so it's
best to use a solution that doesn't try and track the visibility state of the
context menu).
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/6335008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71777 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/blocked_plugin.h')
-rw-r--r-- | chrome/renderer/blocked_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/renderer/blocked_plugin.h b/chrome/renderer/blocked_plugin.h index ad1c27e..39cfc54 100644 --- a/chrome/renderer/blocked_plugin.h +++ b/chrome/renderer/blocked_plugin.h @@ -66,8 +66,6 @@ class BlockedPlugin : public RenderViewObserver, 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_ |