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/api/shell/shell_api.cc

Issue 480353006: Separate athena's startup process from AppShell's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: extensions/shell/browser/api/shell/shell_api.cc
diff --git a/extensions/shell/browser/api/shell/shell_api.cc b/extensions/shell/browser/api/shell/shell_api.cc
index 1a773e4672acdd8d2127dbb3fe32d430990c186a..97940f39bf268f922cfc1b08dca31d5c98903a93 100644
--- a/extensions/shell/browser/api/shell/shell_api.cc
+++ b/extensions/shell/browser/api/shell/shell_api.cc
@@ -49,7 +49,7 @@ ExtensionFunction::ResponseAction ShellCreateWindowFunction::Run() {
// The desktop keeps ownership of the window.
ShellAppWindow* app_window =
- ShellDesktopController::instance()->CreateAppWindow(browser_context());
+ DesktopController::instance()->CreateAppWindow(browser_context());
app_window->LoadURL(url);
// Create the reply to send to the renderer.

Powered by Google App Engine
This is Rietveld 408576698