Index: ui/keyboard/keyboard_util.h |
diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h |
index b5dcefd1e86c38bfbf26da37f58e4fbdd112fec9..8769825f679e8f0872b439f8364e0b152d0c17d9 100644 |
--- a/ui/keyboard/keyboard_util.h |
+++ b/ui/keyboard/keyboard_util.h |
@@ -35,9 +35,6 @@ enum KeyboardControlEvent { |
// Returns true if the virtual keyboard is enabled. |
KEYBOARD_EXPORT bool IsKeyboardEnabled(); |
-// Returns true if the keyboard usability test is enabled. |
-KEYBOARD_EXPORT bool IsKeyboardUsabilityExperimentEnabled(); |
- |
// Insert |text| into the active TextInputClient associated with |root_window|, |
// if there is one. Returns true if |text| was successfully inserted. Note |
// that this may convert |text| into ui::KeyEvents for injection in some |