| Index: ash/mus/shell_delegate_mus.cc
|
| diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
|
| index 4a6b1047d0c6f307ca95e52fe5a235a14460d651..6c94d8ec4892662ca214b0e0e420c64d8ff70d17 100644
|
| --- a/ash/mus/shell_delegate_mus.cc
|
| +++ b/ash/mus/shell_delegate_mus.cc
|
| @@ -176,7 +176,7 @@ ShelfDelegate* ShellDelegateMus::CreateShelfDelegate(ShelfModel* model) {
|
|
|
| SystemTrayDelegate* ShellDelegateMus::CreateSystemTrayDelegate() {
|
| #if defined(OS_CHROMEOS)
|
| - return new SystemTrayDelegateMus(connector_);
|
| + return new SystemTrayDelegateMus();
|
| #else
|
| // Windows and Linux do not support the services required for most system tray
|
| // items. Use the same stub delegate as ash_shell_with_content.
|
|
|