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

Unified Diff: ash/autoclick/autoclick_unittest.cc

Issue 2016073004: Show a visual indicator for the progress of auto-click. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Used a timedelta in autoclick controller instead of int. Created 4 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: ash/autoclick/autoclick_unittest.cc
diff --git a/ash/autoclick/autoclick_unittest.cc b/ash/autoclick/autoclick_unittest.cc
index d824bd990f02839df9b821263dcaea6cbaf1a083..9cba4ef4d32d1ddf0d26c91528c4ee7cc7dcc542 100644
--- a/ash/autoclick/autoclick_unittest.cc
+++ b/ash/autoclick/autoclick_unittest.cc
@@ -66,7 +66,7 @@ class AutoclickTest : public test::AshTestBase {
void SetUp() override {
test::AshTestBase::SetUp();
Shell::GetInstance()->AddPreTargetHandler(&mouse_event_capturer_);
- GetAutoclickController()->SetAutoclickDelay(0);
+ GetAutoclickController()->SetAutoclickDelay(base::TiemDelta());
jdufault 2016/06/09 16:41:26 It looks like this is misspelled. You can compile
sammiequon 2016/06/10 19:30:26 Done.
// Move mouse to deterministic location at the start of each test.
GetEventGenerator().MoveMouseTo(100, 100);

Powered by Google App Engine
This is Rietveld 408576698