| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 25804aeee0abc649017dd14d08224ce95536bc63..5e78378f89e5e218e406ba099e5fb86de6a53cf9 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -138,6 +138,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
|
|
| if (command_line.HasSwitch(switches::kEnableOverlayScrollbars))
|
| WebRuntimeFeatures::enableOverlayScrollbars(true);
|
| +
|
| + if (command_line.HasSwitch(switches::kEnableInputModeAttribute))
|
| + WebRuntimeFeatures::enableInputModeAttribute(true);
|
| }
|
|
|
| } // namespace content
|
|
|