Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 8aed464df31f2ceabfcf3586b011ddf0b009a971..e30da16f4d24e35e0abed47b86c3c3248e909c05 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -110,7 +110,6 @@ enum class LoginStatus; |
class MagnificationController; |
class MaximizeModeController; |
class MaximizeModeWindowManager; |
-class MediaDelegate; |
class MouseCursorEventFilter; |
class MruWindowTracker; |
class NewWindowDelegate; |
@@ -396,8 +395,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
return new_window_delegate_.get(); |
} |
- MediaDelegate* media_delegate() { return media_delegate_.get(); } |
- |
HighContrastController* high_contrast_controller() { |
return high_contrast_controller_.get(); |
} |
@@ -618,7 +615,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
std::unique_ptr<SessionStateDelegate> session_state_delegate_; |
std::unique_ptr<AccessibilityDelegate> accessibility_delegate_; |
std::unique_ptr<NewWindowDelegate> new_window_delegate_; |
- std::unique_ptr<MediaDelegate> media_delegate_; |
std::unique_ptr<PointerWatcherDelegate> pointer_watcher_delegate_; |
std::unique_ptr<ShelfDelegate> shelf_delegate_; |
std::unique_ptr<ShelfItemDelegateManager> shelf_item_delegate_manager_; |