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

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..a11721e319a46ce21af0ef91cf4101f43af77bad 100644
--- a/extensions/shell/browser/shell_browser_main_delegate.h
+++ b/extensions/shell/browser/shell_browser_main_delegate.h
@@ -25,7 +25,8 @@ 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
+ // Creates the ShellDesktopControllerAura instance to initialize the root
+ // window
James Cook 2014/11/11 18:23:52 rewrap comment
Yoyo Zhou 2014/11/15 01:05:44 Done.
// and window manager. Subclass may return its subclass to customize the
// windo manager.
virtual DesktopController* CreateDesktopController() = 0;

Powered by Google App Engine
This is Rietveld 408576698