Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 668dc0fe0a993324877c18a1b55f017067151ea9..c3323e3b6dda6929aec21e6c2ecc3d962e4ddf50 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -369,6 +369,11 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
false); |
} |
+#if defined(OS_ANDROID) |
+ if (base::FeatureList::IsEnabled(features::kWebNfc)) |
+ WebRuntimeFeatures::EnableWebNfc(true); |
+#endif |
+ |
// Enable explicitly enabled features, and then disable explicitly disabled |
// ones. |
if (command_line.HasSwitch(switches::kEnableBlinkFeatures)) { |