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

Unified Diff: ui/views/controls/menu/menu_controller.h

Issue 10829176: Update drop down menu look & feel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No need for this change Created 8 years, 4 months 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/controls/menu/menu_controller.h
diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h
index 45d70caa5e7a61b0bf4edf2a09f2ae6acce85d51..e5b8c8a5c03df8f090ebaf796f81e7e600601556 100644
--- a/ui/views/controls/menu/menu_controller.h
+++ b/ui/views/controls/menu/menu_controller.h
@@ -468,10 +468,6 @@ class VIEWS_EXPORT MenuController
// If true, we're showing.
bool showing_;
- // Is true for some menu types and only until the first mouse press or mouse
- // release event occurs.
- bool drop_first_release_event_;
-
// Indicates what to exit.
ExitType exit_type_;

Powered by Google App Engine
This is Rietveld 408576698