| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index caa1335bca00d32232456e636d2519c021173234..6b51fed8f5e680c267999259e4b0455a7ac557c6 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -60,11 +60,6 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
|
| WebRuntimeFeatures::enableFastMobileScrolling(true);
|
| WebRuntimeFeatures::enableMediaCapture(true);
|
| WebRuntimeFeatures::enableCompositedSelectionUpdate(true);
|
| - // If navigation transitions gets activated via field trial, enable it in
|
| - // blink. We don't set this to false in case the user has manually enabled
|
| - // 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);
|
|
|