Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 66fa73a25fc836803a9b7ebb555cf366a7f2c8a6..d77679acf6fcfad94435492e46fd9f503946e104 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -42,6 +42,8 @@ static void SetRuntimeFeatureDefaultsForPlatform() { |
WebRuntimeFeatures::enableSharedWorker(false); |
// Android does not yet support NavigatorContentUtils. |
WebRuntimeFeatures::enableNavigatorContentUtils(false); |
+#else |
+ WebRuntimeFeatures::enableNavigatorContentUtils(true); |
#endif // defined(OS_ANDROID) |
} |