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

Unified Diff: components/exo/wm_helper_ash.h

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.cc ('k') | components/exo/wm_helper_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_ash.h
diff --git a/components/exo/wm_helper_ash.h b/components/exo/wm_helper_ash.h
index dc39a292e3b6827c307f62a6cb9955321d326e98..21bde11eff85fcc9f3338fe806696d0bfd6cb73d 100644
--- a/components/exo/wm_helper_ash.h
+++ b/components/exo/wm_helper_ash.h
@@ -6,7 +6,6 @@
#define COMPONENTS_EXO_WM_HELPER_ASH_H_
#include "ash/shell_observer.h"
-#include "ash/system/accessibility_observer.h"
#include "ash/wm_display_observer.h"
#include "base/macros.h"
#include "components/exo/wm_helper.h"
@@ -22,7 +21,6 @@ class WMHelperAsh : public WMHelper,
public aura::client::ActivationChangeObserver,
public aura::client::FocusChangeObserver,
public aura::client::CursorClientObserver,
- public ash::AccessibilityObserver,
public ash::ShellObserver,
public ash::WmDisplayObserver,
public ui::InputDeviceEventObserver {
@@ -43,8 +41,6 @@ class WMHelperAsh : public WMHelper,
void AddPostTargetHandler(ui::EventHandler* handler) override;
void RemovePostTargetHandler(ui::EventHandler* handler) override;
bool IsMaximizeModeWindowManagerEnabled() const override;
- bool IsSpokenFeedbackEnabled() const override;
- void PlayEarcon(int sound_key) const override;
// Overridden from aura::client::ActivationChangeObserver:
void OnWindowActivated(
@@ -60,10 +56,6 @@ class WMHelperAsh : public WMHelper,
void OnCursorVisibilityChanged(bool is_visible) override;
void OnCursorSetChanged(ui::CursorSetType cursor_set) override;
- // Overridden from ash::AccessibilityObserver:
- void OnAccessibilityModeChanged(
- ash::AccessibilityNotificationVisibility notify) override;
-
// Overridden from ash::ShellObserver:
void OnMaximizeModeStarted() override;
void OnMaximizeModeEnding() override;
« no previous file with comments | « components/exo/wm_helper.cc ('k') | components/exo/wm_helper_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698