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

Unified Diff: ash/mus/accelerators/accelerator_controller_delegate_mus.cc

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
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_delegate_mus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/accelerators/accelerator_controller_delegate_mus.cc
diff --git a/ash/mus/accelerators/accelerator_controller_delegate_mus.cc b/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
index 1a89e1409a289b848a8c82cee5f8fc1fdfb57d07..41e30db537986bf72d7ac9bf7b1add3fb124b928 100644
--- a/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
+++ b/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
@@ -145,14 +145,5 @@ void AcceleratorControllerDelegateMus::PerformAction(
}
}
-void AcceleratorControllerDelegateMus::ShowDeprecatedAcceleratorNotification(
- const char* const notification_id,
- int message_id,
- int old_shortcut_id,
- int new_shortcut_id) {
- // TODO: http://crbug.com/630316.
- NOTIMPLEMENTED();
-}
-
} // namespace mus
} // namespace ash
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_delegate_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698