| Index: ui/keyboard/keyboard_util.h
|
| diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h
|
| index 59b2b242821a1e05c8c7870d1ff9186c42f1dcf1..d8ad9320073fddb2baa21f1ad3ac803f716c91a7 100644
|
| --- a/ui/keyboard/keyboard_util.h
|
| +++ b/ui/keyboard/keyboard_util.h
|
| @@ -79,9 +79,6 @@ KEYBOARD_EXPORT std::string GetKeyboardLayout();
|
| // 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();
|
| -
|
| // Returns true if keyboard overscroll mode is enabled.
|
| KEYBOARD_EXPORT bool IsKeyboardOverscrollEnabled();
|
|
|
|
|