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

Unified Diff: ui/aura_shell/launcher/launcher_view.cc

Issue 8558031: [Aura] Refactor and update app list window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: ui/aura_shell/launcher/launcher_view.cc
diff --git a/ui/aura_shell/launcher/launcher_view.cc b/ui/aura_shell/launcher/launcher_view.cc
index b6fb445753e4296af08b7d4ad074749daf4ec28c..46a0b07b9fe4d72e8ab0e7f8ae9f50450f7aa55e 100644
--- a/ui/aura_shell/launcher/launcher_view.cc
+++ b/ui/aura_shell/launcher/launcher_view.cc
@@ -598,7 +598,7 @@ void LauncherView::ButtonPressed(views::Button* sender,
if (sender == new_browser_button_) {
delegate->CreateNewWindow();
} else if (sender == show_apps_button_) {
- delegate->ShowApps();
+ Shell::GetInstance()->ToggleAppList();
} else if (sender == overflow_button_) {
ShowOverflowMenu();
} else {

Powered by Google App Engine
This is Rietveld 408576698