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_ |