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

Unified Diff: ash/common/accelerators/accelerator_controller_delegate.h

Issue 2748173002: chromeos: Show deprecated accelerator notifications in mash (Closed)
Patch Set: rebase Created 3 years, 9 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/common/accelerators/accelerator_controller_delegate.h
diff --git a/ash/common/accelerators/accelerator_controller_delegate.h b/ash/common/accelerators/accelerator_controller_delegate.h
index 291d9fd5c1ca4ae6f9ae7e5d5ba9d0aa4a3b6487..5be7cb336d60825a67edc85b07ba255c6a2ac683 100644
--- a/ash/common/accelerators/accelerator_controller_delegate.h
+++ b/ash/common/accelerators/accelerator_controller_delegate.h
@@ -34,13 +34,6 @@ class ASH_EXPORT AcceleratorControllerDelegate {
virtual void PerformAction(AcceleratorAction action,
const ui::Accelerator& accelerator) = 0;
- // Shows a warning the user is using a deprecated accelerator.
- virtual void ShowDeprecatedAcceleratorNotification(
- const char* const notification_id,
- int message_id,
- int old_shortcut_id,
- int new_shortcut_id) = 0;
-
protected:
virtual ~AcceleratorControllerDelegate() {}
};
« no previous file with comments | « ash/common/accelerators/accelerator_controller.cc ('k') | ash/mus/accelerators/accelerator_controller_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698