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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 1138523006: Enable keyboard accelerators while a menu is open (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed a bug in restoring the delegate of the parent nested runloop. Created 5 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: ash/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
index 089e24050ffee760166ee32774a240f4e6cd50f8..13d702a47ad4d7ad0915e5a3d756ada291088c27 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -196,6 +196,10 @@ ASH_EXPORT extern const size_t kActionsAllowedInAppModeLength;
ASH_EXPORT extern const AcceleratorAction kActionsNeedingWindow[];
ASH_EXPORT extern const size_t kActionsNeedingWindowLength;
+// Actions that can be performed while keeping the menu open.
+ASH_EXPORT extern const AcceleratorAction kActionsKeepingMenuOpen[];
+ASH_EXPORT extern const size_t kActionsKeepingMenuOpenLength;
+
} // namespace ash
#endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_

Powered by Google App Engine
This is Rietveld 408576698