| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index fc5fea75adcef67120c6adb8e2bdd734877da683..186138ea9980be36822b5de5d5906f42851096ad 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -174,9 +174,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (IsOverlayScrollbarEnabled())
|
| WebRuntimeFeatures::enableOverlayScrollbars(true);
|
|
|
| - if (command_line.HasSwitch(switches::kEnableInputModeAttribute))
|
| - WebRuntimeFeatures::enableInputModeAttribute(true);
|
| -
|
| if (command_line.HasSwitch(switches::kEnableFastTextAutosizing))
|
| WebRuntimeFeatures::enableFastTextAutosizing(true);
|
|
|
|
|