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

Unified Diff: ui/app_list/views/app_list_view_unittest.cc

Issue 2939693004: Added HALF, FULLSCREEN_ALL_APPS, and FULLSCREEN_SEARCH. (Closed)
Patch Set: Addressed comments. Created 3 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: ui/app_list/views/app_list_view_unittest.cc
diff --git a/ui/app_list/views/app_list_view_unittest.cc b/ui/app_list/views/app_list_view_unittest.cc
index 56e2bdd6bdbcac9632e266419fb243eb75c3b7e3..8bbca86a4a3aa78d8d8bb7b375361e1d12170a17 100644
--- a/ui/app_list/views/app_list_view_unittest.cc
+++ b/ui/app_list/views/app_list_view_unittest.cc
@@ -172,7 +172,7 @@ AppListViewTestContext::AppListViewTestContext(gfx::NativeView parent) {
view_ = new app_list::AppListView(delegate_.get());
// Initialize centered around a point that ensures the window is wholly shown.
- view_->Initialize(parent, 0);
+ view_->Initialize(parent, 0, false, false);
newcomer 2017/06/13 23:00:40 This will be replaced with test functions for IsSi
view_->MaybeSetAnchorPoint(gfx::Point(300, 300));
}

Powered by Google App Engine
This is Rietveld 408576698