| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 6604dacaa438171ff2e34f710fab384ea159ef37..c25b9e4d32259280037c95e49bb3297db2207864 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -193,12 +193,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
|
|
|