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

Unified Diff: ash/accelerators/accelerator_controller.h

Issue 1202923002: Revert "Deprecating high-conflict accelerators" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_controller.h
diff --git a/ash/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h
index cc4dbf7f89c8ceb4ea8e6d7ecf0a51823477e0a9..de9608ecb4acd4a8e1616f4e66596bc14003b0d1 100644
--- a/ash/accelerators/accelerator_controller.h
+++ b/ash/accelerators/accelerator_controller.h
@@ -88,10 +88,6 @@ class ASH_EXPORT AcceleratorController : public ui::AcceleratorTarget {
// is always handled and will never be passed to an window/web contents.
bool IsReserved(const ui::Accelerator& accelerator) const;
- // Returns true if the |accelerator| is deprecated. Deprecated accelerators
- // can be consumed by web contents if needed.
- bool IsDeprecated(const ui::Accelerator& accelerator) const;
-
// Performs the specified action if it is enabled. Returns whether the action
// was performed successfully.
bool PerformActionIfEnabled(AcceleratorAction action);
@@ -137,11 +133,6 @@ class ASH_EXPORT AcceleratorController : public ui::AcceleratorTarget {
void RegisterAccelerators(const AcceleratorData accelerators[],
size_t accelerators_length);
- // Registers the deprecated and their replacing accelerators.
- void RegisterDeprecatedAccelerators(
- const DeprecatedAcceleratorData deprecated_accelerators[],
- size_t length);
-
// Returns whether |action| can be performed. The |accelerator| may provide
// additional data the action needs.
bool CanPerformAction(AcceleratorAction action,
@@ -185,10 +176,6 @@ class ASH_EXPORT AcceleratorController : public ui::AcceleratorTarget {
// the implementation.
std::map<ui::Accelerator, AcceleratorAction> accelerators_;
- std::map<AcceleratorAction, const DeprecatedAcceleratorData*>
- actions_with_deprecations_;
- std::set<ui::Accelerator> deprecated_accelerators_;
-
// Actions allowed when the user is not signed in.
std::set<int> actions_allowed_at_login_screen_;
// Actions allowed when the screen is locked.
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698