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

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

Issue 696063008: Refactor ShellDesktopController and ShellNativeAppWindow to allow for non-aura implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: + Created 6 years, 1 month 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..a3ddf7f298654fbfe97750a2af411b59e4162d6f 100644
--- a/extensions/shell/browser/shell_browser_main_delegate.h
+++ b/extensions/shell/browser/shell_browser_main_delegate.h
@@ -25,9 +25,9 @@ class ShellBrowserMainDelegate {
// other services such as BrowserContext / extension system are shut down.
virtual void Shutdown() = 0;
- // Creates the ShellDesktopController instance to initialize the root window
- // and window manager. Subclass may return its subclass to customize the
- // windo manager.
+ // Creates the ShellDesktopControllerAura instance to initialize the root
+ // window and window manager. Subclass may return its subclass to customize
+ // the window manager.
virtual DesktopController* CreateDesktopController() = 0;
};
« no previous file with comments | « extensions/shell/browser/shell_app_window_client_aura.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