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

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

Issue 2656823008: New MenuController Checks (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 697e9a5781f25efd1c917c02607a39967087a4fd..3fafaf899c36686adc432b953c66d03cfcb94f96 100644
--- a/ui/views/controls/menu/menu_controller.h
+++ b/ui/views/controls/menu/menu_controller.h
@@ -574,6 +574,10 @@ class VIEWS_EXPORT MenuController
// If true, we're showing.
bool showing_;
+ // If true running has began and there are still delegates which have not been
sky 2017/01/27 20:16:47 Please add references to bug where with a TODO tha
jonross 2017/01/27 20:27:36 Done.
+ // closed. We may not be showing.
+ bool running_;
+
// Indicates what to exit.
ExitType exit_type_;
« no previous file with comments | « no previous file | ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698