| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index ec8f617d3ddb7574af25d576b954659aeefbc688..5c74ca67558924ed24dbd979f1d32f7b6fa5b014 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -132,6 +132,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
|
|
| if (command_line.HasSwitch(switches::kEnableWebGLDraftExtensions))
|
| WebRuntimeFeatures::enableWebGLDraftExtensions(true);
|
| +
|
| + if (command_line.HasSwitch(switches::kEnableHTMLImports))
|
| + WebRuntimeFeatures::enableHTMLImports(true);
|
| }
|
|
|
| } // namespace content
|
|
|