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

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

Issue 563083003: V2 app support step3: Athena's NativeAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 fb1092f0e40254330c858b5fb373956ac6366eed..1b234c514d3c131a6f8a3485d66b6ea5a6cf08f2 100644
--- a/extensions/shell/browser/shell_browser_main_delegate.h
+++ b/extensions/shell/browser/shell_browser_main_delegate.h
@@ -11,7 +11,6 @@ class BrowserContext;
namespace extensions {
-class AppsClient;
class DesktopController;
class ShellBrowserMainDelegate {
@@ -30,9 +29,6 @@ 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
« no previous file with comments | « extensions/shell/browser/default_shell_browser_main_delegate.cc ('k') | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698