Index: apps/shell/browser/default_shell_browser_main_delegate.h |
diff --git a/apps/shell/browser/default_shell_browser_main_delegate.h b/apps/shell/browser/default_shell_browser_main_delegate.h |
index 422f13261e49d04e6e698c31ea7338163794269a..fc22c63f2fbe35dca98e1004f3b837b23852d50a 100644 |
--- a/apps/shell/browser/default_shell_browser_main_delegate.h |
+++ b/apps/shell/browser/default_shell_browser_main_delegate.h |
@@ -21,6 +21,7 @@ class DefaultShellBrowserMainDelegate : public ShellBrowserMainDelegate { |
// ShellBrowserMainDelegate: |
virtual void Start(content::BrowserContext* context) OVERRIDE; |
virtual void Shutdown() OVERRIDE; |
+ virtual ShellDesktopController* CreateDesktopController() OVERRIDE; |
private: |
DISALLOW_COPY_AND_ASSIGN(DefaultShellBrowserMainDelegate); |