diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc index 7bcd2b252a461..97aebf22d778e 100644 --- a/content/child/runtime_features.cc +++ b/content/child/runtime_features.cc @@ -62,9 +62,6 @@ static void SetRuntimeFeatureDefaultsForPlatform() { // the feature via experimental web platform features. if (base::FieldTrialList::FindFullName("NavigationTransitions") == "Enabled") WebRuntimeFeatures::enableNavigationTransitions(true); - // Android won't be able to reliably support non-persistent notifications, the - // intended behavior for which is in flux by itself. - WebRuntimeFeatures::enableNotificationConstructor(false); #else WebRuntimeFeatures::enableNavigatorContentUtils(true); #endif // defined(OS_ANDROID)