| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index dc23cc5794b683639eb16e0333025409334d0c33..cb37ac38dac104dcf6c4f3a3c119d47a997276f1 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -80,9 +80,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| WebRuntimeFeatures::enablePushMessaging(false);
|
| }
|
|
|
| - if (command_line.HasSwitch(switches::kEnableNotificationActionIcons))
|
| - WebRuntimeFeatures::enableNotificationActionIcons(true);
|
| -
|
| if (command_line.HasSwitch(switches::kDisableSharedWorkers))
|
| WebRuntimeFeatures::enableSharedWorker(false);
|
|
|
|
|