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

Unified Diff: ash/shell/content/client/shell_browser_main_parts.cc

Issue 2750483005: Moves app_list() and related functions from Shell to WmShell (Closed)
Patch Set: dont explicitly delete Created 3 years, 9 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 | « ash/shell/app_list.cc ('k') | ash/wm/overview/window_selector_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/content/client/shell_browser_main_parts.cc
diff --git a/ash/shell/content/client/shell_browser_main_parts.cc b/ash/shell/content/client/shell_browser_main_parts.cc
index 84299c3ce1830400ceb28219502e3985b9fc11b6..e5a807b1518088c6c16af1cbb282d07fa6d65fe1 100644
--- a/ash/shell/content/client/shell_browser_main_parts.cc
+++ b/ash/shell/content/client/shell_browser_main_parts.cc
@@ -141,7 +141,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
// Initialize the example app list presenter.
example_app_list_presenter_ = base::MakeUnique<ExampleAppListPresenter>();
- WmShell::Get()->app_list()->SetAppListPresenter(
+ Shell::Get()->app_list()->SetAppListPresenter(
example_app_list_presenter_->CreateInterfacePtrAndBind());
ash::Shell::GetPrimaryRootWindow()->GetHost()->Show();
« no previous file with comments | « ash/shell/app_list.cc ('k') | ash/wm/overview/window_selector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698