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

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

Issue 480353006: Separate athena's startup process from AppShell's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « extensions/shell/browser/desktop_controller.cc ('k') | extensions/shell/browser/shell_browser_main_parts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3dbbbab2cfaff61be4040e164660ee20af019f00..1b234c514d3c131a6f8a3485d66b6ea5a6cf08f2 100644
--- a/extensions/shell/browser/shell_browser_main_delegate.h
+++ b/extensions/shell/browser/shell_browser_main_delegate.h
@@ -11,7 +11,7 @@ class BrowserContext;
namespace extensions {
-class ShellDesktopController;
+class DesktopController;
class ShellBrowserMainDelegate {
public:
@@ -28,7 +28,7 @@ class ShellBrowserMainDelegate {
// Creates the ShellDesktopController instance to initialize the root window
// and window manager. Subclass may return its subclass to customize the
// windo manager.
- virtual ShellDesktopController* CreateDesktopController() = 0;
+ virtual DesktopController* CreateDesktopController() = 0;
};
} // namespace extensions
« no previous file with comments | « extensions/shell/browser/desktop_controller.cc ('k') | extensions/shell/browser/shell_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698