| Index: mash/shell/shell_application_delegate.h
|
| diff --git a/mash/shell/shell_application_delegate.h b/mash/shell/shell_application_delegate.h
|
| index 3bec26c4ec0fc70cdbc6b05a872f31b095aa9da5..e93afd744fb6fcadf02b037a9ce061c963299ab0 100644
|
| --- a/mash/shell/shell_application_delegate.h
|
| +++ b/mash/shell/shell_application_delegate.h
|
| @@ -33,6 +33,7 @@ class ShellApplicationDelegate : public mojo::ApplicationDelegate {
|
| void StartWindowManager();
|
| void StartSystemUI();
|
| void StartBrowserDriver();
|
| + void StartQuickLaunch();
|
|
|
| // Starts the application at |url|, running |restart_callback| if the
|
| // connection to the application is closed.
|
|
|