| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index af766176d38158707bc0e15ad1649ccceebd8d34..513f56622b172136c384826db9fbc0c94fbf5810 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -334,8 +334,6 @@ void WmShell::SetKeyboardUI(std::unique_ptr<KeyboardUI> keyboard_ui) {
|
| void WmShell::SetSystemTrayDelegate(
|
| std::unique_ptr<SystemTrayDelegate> delegate) {
|
| DCHECK(delegate);
|
| - DCHECK(!system_tray_delegate_);
|
| - // TODO(jamescook): Create via ShellDelegate once it moves to //ash/common.
|
| system_tray_delegate_ = std::move(delegate);
|
| system_tray_delegate_->Initialize();
|
| #if defined(OS_CHROMEOS)
|
|
|