Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index dee95d4bf99201090d4d4c6d6888f3ae38013f96..1a149508d9f54ad458bdf5815a63a1b0d49be09b 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -117,9 +117,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
WebRuntimeFeatures::enableWebAudio(false); |
#endif |
- if (command_line.HasSwitch(switches::kDisableFullScreen)) |
- WebRuntimeFeatures::enableFullscreen(false); |
- |
if (command_line.HasSwitch(switches::kEnableEncryptedMedia)) |
WebRuntimeFeatures::enableEncryptedMedia(true); |