Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 7d10d3aedbd686584e3db07fa889330bd16ba90f..a1466db61429e0a861d210dd33b5bfd2bdbbd8fc 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -52,6 +52,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() { |
WebRuntimeFeatures::enableTouchIconLoading(true); |
WebRuntimeFeatures::enableOrientationEvent(true); |
WebRuntimeFeatures::enableFastMobileScrolling(true); |
+ WebRuntimeFeatures::enableMediaCapture(true); |
#else |
WebRuntimeFeatures::enableNavigatorContentUtils(true); |
#endif // defined(OS_ANDROID) |