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

Unified Diff: ui/app_list/cocoa/app_list_view_controller_unittest.mm

Issue 14999013: Allow pages on the OSX app launcher to be turned while dragging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests! Created 7 years, 7 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/cocoa/app_list_view_controller_unittest.mm
diff --git a/ui/app_list/cocoa/app_list_view_controller_unittest.mm b/ui/app_list/cocoa/app_list_view_controller_unittest.mm
index a2f9fa2677ef36677a0dc58afa22807425e16517..eb3a807548e2608e560ce5bd71b3d66d6d789e2f 100644
--- a/ui/app_list/cocoa/app_list_view_controller_unittest.mm
+++ b/ui/app_list/cocoa/app_list_view_controller_unittest.mm
@@ -58,7 +58,6 @@ TEST_F(AppListViewControllerTest, PagerSegmentCounts) {
// Test that clicking the pager changes pages.
TEST_F(AppListViewControllerTest, PagerChangingPage) {
- [AppsGridController setScrollAnimationDuration:0.0];
tapted 2013/05/17 04:24:15 note: moved to AppsGridControllerTestHelper() cons
NSSegmentedControl* pager = [app_list_view_controller_ pagerControl];
ReplaceTestModel(kItemsPerPage * 3);
EXPECT_EQ(3, [pager segmentCount]);

Powered by Google App Engine
This is Rietveld 408576698