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

Unified Diff: ash/shell.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: Added a comment for PostTask in AppListServiceAsh. Created 4 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/ash.gyp ('k') | ash/shell.cc » ('j') | ash/wm/app_list_layout_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index de8fba267298dbe052eb35e227026c2a8bdc5bfd..306f84172e93c93b587a07537b4314ffcedb50bb 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -247,12 +247,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Returns app list target visibility.
bool GetAppListTargetVisibility() const;
- // Returns app list window or NULL if it is not visible.
- aura::Window* GetAppListWindow();
-
- // Returns app list view if one exists, or NULL otherwise.
- app_list::AppListView* GetAppListView();
-
// Returns true if a system-modal dialog window is currently open.
bool IsSystemModalWindowOpen() const;
@@ -661,8 +655,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
scoped_ptr<ShelfModel> shelf_model_;
scoped_ptr<WindowPositioner> window_positioner_;
- scoped_ptr<AppListController> app_list_controller_;
-
scoped_ptr<DragDropController> drag_drop_controller_;
scoped_ptr<ResizeShadowController> resize_shadow_controller_;
scoped_ptr< ::wm::ShadowController> shadow_controller_;
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | ash/wm/app_list_layout_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698