Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Unified Diff: extensions/shell/browser/shell_desktop_controller.h

Issue 547593002: Add ShellAppsClient, ShellAppDelegate, ShellNativeAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apifeatures
Patch Set: Address comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698