| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 5ce09de7e246083242924e966594b016a19b9fe1..b29843fe83989aec18d15961889b7143d4eb488e 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -189,12 +189,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kDisablePermissionsAPI))
|
| WebRuntimeFeatures::enablePermissionsAPI(false);
|
|
|
| - // Delete "StaleWhileRevalidate" line from chrome_browser_field_trials.cc
|
| - // when this experiment is done.
|
| - if (base::FieldTrialList::FindFullName("StaleWhileRevalidate") == "Enabled" ||
|
| - command_line.HasSwitch(switches::kEnableStaleWhileRevalidate))
|
| - WebRuntimeFeatures::enableStaleWhileRevalidateCacheControl(true);
|
| -
|
| if (command_line.HasSwitch(switches::kDisableV8IdleTasks))
|
| WebRuntimeFeatures::enableV8IdleTasks(false);
|
| else
|
|
|