Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Unified Diff: ui/views/widget/native_widget_aura.h

Issue 8907029: AURA/X11: Handle VKEY_MENU accelerator on content area (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/widget/native_widget_aura.h
diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
index 121b89b7af0d60bd9b470931eb46bb3218bf98a6..ae5b9cd4eaab162c6146fda8333c4d5741c13f29 100644
--- a/ui/views/widget/native_widget_aura.h
+++ b/ui/views/widget/native_widget_aura.h
@@ -171,11 +171,6 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate,
// Can we be made active?
bool can_activate_;
-#if defined(USE_X11)
- // Indicates if we should handle the upcoming Alt key release event.
- bool should_handle_menu_key_release_;
-#endif
-
gfx::NativeCursor cursor_;
scoped_ptr<TooltipManagerAura> tooltip_manager_;

Powered by Google App Engine
This is Rietveld 408576698