| Index: extensions/shell/browser/shell_desktop_controller.h
|
| diff --git a/extensions/shell/browser/shell_desktop_controller.h b/extensions/shell/browser/shell_desktop_controller.h
|
| index a0d5b6ab9277db55c3cb742f22484754c9c68d87..b05da74a64023fdc0e86467faca7e0a1f436ea7d 100644
|
| --- a/extensions/shell/browser/shell_desktop_controller.h
|
| +++ b/extensions/shell/browser/shell_desktop_controller.h
|
| @@ -70,6 +70,7 @@ class ShellDesktopController : public DesktopController,
|
| virtual aura::WindowTreeHost* GetHost() OVERRIDE;
|
| virtual ShellAppWindow* CreateAppWindow(content::BrowserContext* context,
|
| const Extension* extension) OVERRIDE;
|
| + virtual void AddAppWindow(aura::Window* window) OVERRIDE;
|
| virtual void CloseAppWindows() OVERRIDE;
|
|
|
| // aura::client::WindowTreeClient overrides:
|
|
|