Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 956aacac7360a5bba9e66cbfd9d9707ef99aeb74..682f15d8e803064b6282f87a8ad2d2a447dc3cb3 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -202,6 +202,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kDisablePresentationAPI)) |
WebRuntimeFeatures::enablePresentationAPI(false); |
+ if (command_line.HasSwitch(switches::kDisableRemotePlaybackAPI)) |
+ WebRuntimeFeatures::enableRemotePlaybackAPI(false); |
+ |
const std::string webfonts_intervention_v2_group_name = |
base::FieldTrialList::FindFullName("WebFontsInterventionV2"); |
const std::string webfonts_intervention_v2_about_flag = |