| Index: extensions/shell/browser/default_shell_browser_main_delegate.h
|
| diff --git a/extensions/shell/browser/default_shell_browser_main_delegate.h b/extensions/shell/browser/default_shell_browser_main_delegate.h
|
| index 847817a9682ef757c27ab1e779cbe48a8ef73b6a..e821567a83c913fe026d247b9d584cc587c67a3d 100644
|
| --- a/extensions/shell/browser/default_shell_browser_main_delegate.h
|
| +++ b/extensions/shell/browser/default_shell_browser_main_delegate.h
|
| @@ -22,6 +22,7 @@ class DefaultShellBrowserMainDelegate : public ShellBrowserMainDelegate {
|
| virtual void Start(content::BrowserContext* context) OVERRIDE;
|
| virtual void Shutdown() OVERRIDE;
|
| virtual DesktopController* CreateDesktopController() OVERRIDE;
|
| + virtual AppsClient* CreateAppsClient() OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(DefaultShellBrowserMainDelegate);
|
|
|