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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.h

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: AppListShower to new component: //ui/app_list/shower, GetViewDelegate() in GetViewDelegate(), test … Created 4 years, 8 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/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index 504a953f5e967e368490867a0a17206dd7816153..aedb91914237f115377c322c0f2f757c1e9e226e 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -52,7 +52,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
void RemoveVirtualKeyboardStateObserver(
ash::VirtualKeyboardStateObserver* observer) override;
void OpenUrl(const GURL& url) override;
- app_list::AppListViewDelegate* GetAppListViewDelegate() override;
+ app_list::AppListShower* GetAppListShower() override;
ash::ShelfDelegate* CreateShelfDelegate(ash::ShelfModel* model) override;
ash::SystemTrayDelegate* CreateSystemTrayDelegate() override;
ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() override;
« no previous file with comments | « chrome/browser/ui/ash/app_list/test/app_list_service_ash_test_api.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698