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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 2072853002: Implement "pinned" mode in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 1fcba5ae5460343873a93551dff6b19e97387a17..cc6bc49d7591763ab6e86abd145cc7b5fc4f787d 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -247,6 +247,10 @@ ASH_EXPORT extern const size_t kActionsNeedingWindowLength;
ASH_EXPORT extern const AcceleratorAction kActionsKeepingMenuOpen[];
ASH_EXPORT extern const size_t kActionsKeepingMenuOpenLength;
+// Actions that can be performed in pinned mode.
+ASH_EXPORT extern const AcceleratorAction kActionsAllowedInPinnedMode[];
+ASH_EXPORT extern const size_t kActionsAllowedInPinnedModeLength;
+
} // namespace ash
#endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_

Powered by Google App Engine
This is Rietveld 408576698