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

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

Issue 552133003: Support app.window.create on athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apifeatures
Patch Set: 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_browser_main_delegate.h
diff --git a/extensions/shell/browser/shell_browser_main_delegate.h b/extensions/shell/browser/shell_browser_main_delegate.h
index 1b234c514d3c131a6f8a3485d66b6ea5a6cf08f2..fb1092f0e40254330c858b5fb373956ac6366eed 100644
--- a/extensions/shell/browser/shell_browser_main_delegate.h
+++ b/extensions/shell/browser/shell_browser_main_delegate.h
@@ -11,6 +11,7 @@ class BrowserContext;
namespace extensions {
+class AppsClient;
class DesktopController;
class ShellBrowserMainDelegate {
@@ -29,6 +30,9 @@ class ShellBrowserMainDelegate {
// and window manager. Subclass may return its subclass to customize the
// windo manager.
virtual DesktopController* CreateDesktopController() = 0;
+
+ // Creates the AppsClient instance to support app.window extension API.
+ virtual AppsClient* CreateAppsClient() = 0;
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698