| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 0d1615eb2980ecbf49c1d40da60b9fb5bf4d4f1b..9e545f15b706af4add5b294a7b4e5b6db89a5171 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -179,6 +179,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kReducedReferrerGranularity))
|
| WebRuntimeFeatures::enableReducedReferrerGranularity(true);
|
|
|
| + if (command_line.HasSwitch(switches::kEnablePushMessagePayload))
|
| + WebRuntimeFeatures::enablePushMessagingData(true);
|
| +
|
| if (command_line.HasSwitch(switches::kDisableV8IdleTasks))
|
| WebRuntimeFeatures::enableV8IdleTasks(false);
|
| else
|
|
|