Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 9cff403b55ce32278e8b97641890f84c06e70a7d..36820e78eb35531bedb4e10f1939fead89d60873 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -42,8 +42,6 @@ static void SetRuntimeFeatureDefaultsForPlatform() { |
(cpu_family == ANDROID_CPU_FAMILY_X86) || |
(cpu_family == ANDROID_CPU_FAMILY_MIPS))); |
- // Android does not have support for PagePopup |
- WebRuntimeFeatures::enablePagePopup(false); |
// Android does not yet support the Web Notification API. crbug.com/115320 |
WebRuntimeFeatures::enableNotifications(false); |
// Android does not yet support SharedWorker. crbug.com/154571 |