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

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: cleanup, fix test 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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 7b109fe85c8f754975714256635c52853da275ea..d42116251c4fbe88a5cb9c2ccef8975d12b801d2 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_;

Powered by Google App Engine
This is Rietveld 408576698