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

Unified Diff: ui/app_list/test/app_list_test_view_delegate.cc

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/test/app_list_test_view_delegate.cc
diff --git a/ui/app_list/test/app_list_test_view_delegate.cc b/ui/app_list/test/app_list_test_view_delegate.cc
index 3270830bee580cbdc3cea4a6da03ce78fff446b6..d4c57302dd98531da4ed9eccab1530c08ee35668 100644
--- a/ui/app_list/test/app_list_test_view_delegate.cc
+++ b/ui/app_list/test/app_list_test_view_delegate.cc
@@ -100,10 +100,6 @@ const AppListViewDelegate::Users& AppListTestViewDelegate::GetUsers() const {
return users_;
}
-bool AppListTestViewDelegate::ShouldCenterWindow() const {
- return app_list::switches::IsCenteredAppListEnabled();
-}
-
void AppListTestViewDelegate::ReplaceTestModel(int item_count) {
model_.reset(new AppListTestModel);
model_->PopulateApps(item_count);

Powered by Google App Engine
This is Rietveld 408576698