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

Unified Diff: ui/app_list/views/app_list_main_view.h

Issue 2339523004: Remove old (dead) app list code. (Closed)
Patch Set: Address nonbistytftatl review. Created 4 years, 3 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: ui/app_list/views/app_list_main_view.h
diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
index b75c89026e6b88c8bd1bff39a60790a9c51c4177..3dc4fd22e7191536047c75abf010da8550247a39 100644
--- a/ui/app_list/views/app_list_main_view.h
+++ b/ui/app_list/views/app_list_main_view.h
@@ -66,9 +66,6 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
AppListModel* model() { return model_; }
AppListViewDelegate* view_delegate() { return delegate_; }
- // Returns true if the app list should be centered and in landscape mode.
- bool ShouldCenterWindow() const;
-
// Called when the search box's visibility is changed.
void NotifySearchBoxVisibilityChanged();

Powered by Google App Engine
This is Rietveld 408576698