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

Unified Diff: chrome/test/data/webui/mock_timer.js

Issue 43593003: Add layout switcher for virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix keyboard tests. Created 7 years, 2 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: chrome/test/data/webui/mock_timer.js
diff --git a/chrome/test/data/webui/mock_timer.js b/chrome/test/data/webui/mock_timer.js
index c814764f1e1dead13e7f749585635a73028d6d24..ded92bdaa703f9af543ee9d373ab5bcce30622a7 100644
--- a/chrome/test/data/webui/mock_timer.js
+++ b/chrome/test/data/webui/mock_timer.js
@@ -21,7 +21,7 @@ function MockTimer() {
* @type {number}
* @private
*/
- this.nextTimerKey_ = 0;
+ this.nextTimerKey_ = 1;
/**
* Details for active timers.
« no previous file with comments | « chrome/test/data/chromeos/virtual_keyboard/keyset_transition_test.js ('k') | ui/keyboard/keyboard_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698