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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc

Issue 306023011: Add new DialogDelegate for dialogs in the App List (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit comment Created 6 years, 6 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: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
index 1b642faddfab0d796c048518f7a48902a6ef7187..e0b0c45cfdd4f09759cae07177a0e8f58f3518b3 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
@@ -55,20 +55,6 @@ AppListControllerDelegate::Pinnable
PIN_FIXED;
}
-void AppListControllerDelegateAsh::OnShowChildDialog() {
- app_list::AppListView* app_list_view =
- ash::Shell::GetInstance()->GetAppListView();
- if (app_list_view)
- app_list_view->SetAppListOverlayVisible(true);
-}
-
-void AppListControllerDelegateAsh::OnCloseChildDialog() {
- app_list::AppListView* app_list_view =
- ash::Shell::GetInstance()->GetAppListView();
- if (app_list_view)
- app_list_view->SetAppListOverlayVisible(false);
-}
-
bool AppListControllerDelegateAsh::CanDoCreateShortcutsFlow() {
return false;
}
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_controller_ash.h ('k') | chrome/browser/ui/cocoa/apps/app_info_dialog_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698