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

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

Issue 316393002: App list uses PaginationModel to transition between pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 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 ef39edd41ce21996e0054222cdf212ea04e73273..1b7a41718be8f20521e726197d584784d7a3fcc5 100644
--- a/ui/app_list/views/app_list_view_unittest.cc
+++ b/ui/app_list/views/app_list_view_unittest.cc
@@ -292,6 +292,7 @@ void AppListViewTestContext::RunStartPageTest() {
EXPECT_FALSE(IsViewAtOrigin(contents_view->apps_container_view()));
EXPECT_EQ(3u, GetVisibleTileItemViews(start_page_view->tile_views()));
+ contents_view->FinishCurrentAnimationForTests();
calamity 2014/06/12 03:26:54 If Layout() sets everything to "where it ends up",
Matt Giuca 2014/06/16 07:20:28 Good point. They previously weren't. Now Layout do
contents_view->SetActivePage(
contents_view->GetPageIndexForNamedPage(ContentsView::NAMED_PAGE_APPS));
contents_view->Layout();

Powered by Google App Engine
This is Rietveld 408576698