Index: webkit/glue/webpreferences.cc |
=================================================================== |
--- webkit/glue/webpreferences.cc (revision 30646) |
+++ webkit/glue/webpreferences.cc (working copy) |
@@ -56,8 +56,6 @@ |
WebRuntimeFeatures::isDatabaseEnabled() || databases_enabled); |
settings->setSessionStorageEnabled(session_storage_enabled); |
settings->setOfflineWebApplicationCacheEnabled(application_cache_enabled); |
- settings->setExperimentalNotificationsEnabled( |
- experimental_notifications_enabled); |
// This setting affects the behavior of links in an editable region: |
// clicking the link should select it rather than navigate to it. |