| Index: mash/shell/shell_application_delegate.h
|
| diff --git a/mash/shell/shell_application_delegate.h b/mash/shell/shell_application_delegate.h
|
| index 03183f5ba4682e01b395418f7fcb0d8ce1afe3fd..65ed51b8dfff79bea824267dc33491fcca44357e 100644
|
| --- a/mash/shell/shell_application_delegate.h
|
| +++ b/mash/shell/shell_application_delegate.h
|
| @@ -48,6 +48,7 @@ class ShellApplicationDelegate
|
| mojo::InterfaceRequest<mash::shell::mojom::Shell> r) override;
|
|
|
| void StartWindowManager();
|
| + void StartSystemUI();
|
| void StartWallpaper();
|
| void StartShelf();
|
| void StartBrowserDriver();
|
|
|