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

Unified Diff: components/exo/wm_helper_mus.cc

Issue 2890733005: Refactor backdrop that is currently used in the maximized mode. (Closed)
Patch Set: fix memory issue in AshTouchExplorationManager Created 3 years, 7 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 | « components/exo/wm_helper_mus.h ('k') | ui/aura/client/aura_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_mus.cc
diff --git a/components/exo/wm_helper_mus.cc b/components/exo/wm_helper_mus.cc
index a13d09ff997059e1edfb87b5da58f06121da22e5..105691c8c44cfd5e09e00ceeb087e1ddcc0fdbf2 100644
--- a/components/exo/wm_helper_mus.cc
+++ b/components/exo/wm_helper_mus.cc
@@ -86,15 +86,6 @@ bool WMHelperMus::IsMaximizeModeWindowManagerEnabled() const {
return false;
}
-bool WMHelperMus::IsSpokenFeedbackEnabled() const {
- NOTIMPLEMENTED();
- return false;
-}
-
-void WMHelperMus::PlayEarcon(int sound_key) const {
- NOTIMPLEMENTED();
-}
-
void WMHelperMus::OnActiveFocusClientChanged(
aura::client::FocusClient* focus_client,
aura::Window* focus_client_root) {
« no previous file with comments | « components/exo/wm_helper_mus.h ('k') | ui/aura/client/aura_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698