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

Unified Diff: ash/shell.h

Issue 2154523002: Move AccessibilityDelegate ownership to ash::WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@setmediadelegate
Patch Set: fix mash_unittests Created 4 years, 5 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/window_manager.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 92a32e75f1fb73ec0ba1d0339e2382415829cc3d..e5968f7423d359720438319bf8a5baea80687c78 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -80,7 +80,6 @@ class WindowModalityController;
namespace ash {
class AcceleratorController;
-class AccessibilityDelegate;
class AppListController;
class AshNativeCursorManager;
class AutoclickController;
@@ -374,10 +373,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
return session_state_delegate_.get();
}
- AccessibilityDelegate* accessibility_delegate() {
- return accessibility_delegate_.get();
- }
-
NewWindowDelegate* new_window_delegate() {
return new_window_delegate_.get();
}
@@ -594,7 +589,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<AcceleratorController> accelerator_controller_;
std::unique_ptr<UserWallpaperDelegate> user_wallpaper_delegate_;
std::unique_ptr<SessionStateDelegate> session_state_delegate_;
- std::unique_ptr<AccessibilityDelegate> accessibility_delegate_;
std::unique_ptr<NewWindowDelegate> new_window_delegate_;
std::unique_ptr<PointerWatcherDelegate> pointer_watcher_delegate_;
std::unique_ptr<ShelfDelegate> shelf_delegate_;
« no previous file with comments | « ash/mus/window_manager.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698