| Index: ui/keyboard/keyboard_util.cc
|
| diff --git a/ui/keyboard/keyboard_util.cc b/ui/keyboard/keyboard_util.cc
|
| index a9c14ba8b0354f76ea04fbc6001a85dbc1566a48..ecb13c54e07d0bd75591d6002d9001ddec288c1b 100644
|
| --- a/ui/keyboard/keyboard_util.cc
|
| +++ b/ui/keyboard/keyboard_util.cc
|
| @@ -210,11 +210,6 @@ bool IsGestureEditingEnabled() {
|
| switches::kDisableGestureEditing);
|
| }
|
|
|
| -bool IsSmartDeployEnabled() {
|
| - return !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableSmartVirtualKeyboard);
|
| -}
|
| -
|
| bool IsVoiceInputEnabled() {
|
| return !g_keyboard_restricted &&
|
| !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|