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

Unified Diff: athena/home/home_card_unittest.cc

Issue 715053003: Introduce system_info as an independent container. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 6 years, 1 month 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: athena/home/home_card_unittest.cc
diff --git a/athena/home/home_card_unittest.cc b/athena/home/home_card_unittest.cc
index 46ffccd28dca310ef034f62fc334f6e8ea33b632..6e4059b8c8365c2c07fe550764be79242bf51828 100644
--- a/athena/home/home_card_unittest.cc
+++ b/athena/home/home_card_unittest.cc
@@ -225,7 +225,7 @@ TEST_F(HomeCardTest, Gestures) {
EXPECT_TRUE(WindowManager::Get()->IsOverviewModeActive());
// Swipe down to the bottom state.
- generator.GestureScrollSequence(gfx::Point(x, 10),
+ generator.GestureScrollSequence(gfx::Point(x, 50),
gfx::Point(x, bottom - 120),
base::TimeDelta::FromSeconds(1),
10);
@@ -240,7 +240,7 @@ TEST_F(HomeCardTest, Gestures) {
EXPECT_TRUE(WindowManager::Get()->IsOverviewModeActive());
// Swipe down to the minimized state.
- generator.GestureScrollSequence(gfx::Point(x, 10),
+ generator.GestureScrollSequence(gfx::Point(x, 50),
gfx::Point(x, bottom - 1),
base::TimeDelta::FromSeconds(1),
10);

Powered by Google App Engine
This is Rietveld 408576698