Index: ash/common/wm_shell.cc |
diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc |
index c7376aeae2488984651e97c563c4d225ed401729..fb9a63cca61238cc88103715069bea334b5c44bd 100644 |
--- a/ash/common/wm_shell.cc |
+++ b/ash/common/wm_shell.cc |
@@ -61,6 +61,10 @@ void WmShell::SetKeyboardUI(std::unique_ptr<KeyboardUI> keyboard_ui) { |
keyboard_ui_ = std::move(keyboard_ui); |
} |
+void WmShell::SetMediaDelegate(std::unique_ptr<MediaDelegate> delegate) { |
+ media_delegate_ = std::move(delegate); |
+} |
+ |
void WmShell::SetSystemTrayDelegate( |
std::unique_ptr<SystemTrayDelegate> delegate) { |
DCHECK(delegate); |