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

Unified Diff: ui/keyboard/keyboard.h

Issue 1130753004: virtual keyboard: It is not longer necessary to 'reset' for tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | ui/keyboard/keyboard.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard.h
diff --git a/ui/keyboard/keyboard.h b/ui/keyboard/keyboard.h
index a0aed8aee09faf5625cf3a8a5906f062c4f6eacb..0878b7b90e71f28e815dad6111c4e593eece371b 100644
--- a/ui/keyboard/keyboard.h
+++ b/ui/keyboard/keyboard.h
@@ -14,11 +14,6 @@ namespace keyboard {
// after the first call.
KEYBOARD_EXPORT void InitializeKeyboard();
-// Resets the keyboard to an uninitialized state. Required for
-// BrowserWithTestWindowTest tests as they tear down the controller factory
-// after each test yet resume testing in the same process.
-KEYBOARD_EXPORT void ResetKeyboardForTesting();
-
} // namespace keyboard
#endif // UI_KEYBOARD_KEYBOARD_H_
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | ui/keyboard/keyboard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698