Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
=================================================================== |
--- chrome/browser/tab_contents/render_view_host_delegate_helper.cc (revision 30646) |
+++ chrome/browser/tab_contents/render_view_host_delegate_helper.cc (working copy) |
@@ -187,8 +187,6 @@ |
command_line.HasSwitch(switches::kEnableSessionStorage); |
web_prefs.experimental_webgl_enabled = |
command_line.HasSwitch(switches::kEnableExperimentalWebGL); |
- web_prefs.experimental_notifications_enabled = |
- command_line.HasSwitch(switches::kEnableDesktopNotifications); |
} |
web_prefs.uses_universal_detector = |