diff options
Diffstat (limited to 'chrome/test/ui_test_utils.cc')
-rw-r--r-- | chrome/test/ui_test_utils.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/ui_test_utils.cc b/chrome/test/ui_test_utils.cc index fe9cb71..09ac04e 100644 --- a/chrome/test/ui_test_utils.cc +++ b/chrome/test/ui_test_utils.cc @@ -656,8 +656,6 @@ bool SendKeyPressSync(const Browser* browser, bool shift, bool alt, bool command) { - base::TimeTicks start_time = base::TimeTicks::Now(); - gfx::NativeWindow window = NULL; if (!GetNativeWindow(browser, &window)) return false; |