Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 9cff403b55ce32278e8b97641890f84c06e70a7d..e75a088e83b80e124428cdb98c4bca2d3d655747 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -95,9 +95,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kDisableBlinkScheduler)) |
WebRuntimeFeatures::enableBlinkScheduler(false); |
- if (command_line.HasSwitch(switches::kDisableDesktopNotifications)) |
- WebRuntimeFeatures::enableNotifications(false); |
- |
if (command_line.HasSwitch(switches::kDisableLocalStorage)) |
WebRuntimeFeatures::enableLocalStorage(false); |