summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webpreferences.cc
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-31 03:27:19 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-31 03:27:19 +0000
commitbfa69d49b17f33635c79f79819b90a8d2089c4b3 (patch)
treea2877f29a6b04dd388d444898fae755ab3e63ff7 /webkit/glue/webpreferences.cc
parente5d8bbbfb7b636643bf30f89f7d952d13a20473e (diff)
downloadchromium_src-bfa69d49b17f33635c79f79819b90a8d2089c4b3.zip
chromium_src-bfa69d49b17f33635c79f79819b90a8d2089c4b3.tar.gz
chromium_src-bfa69d49b17f33635c79f79819b90a8d2089c4b3.tar.bz2
Change notification cmd line enabling to use the new RuntimeEnabledFeatures code.
BUG=25318 TEST=none Review URL: http://codereview.chromium.org/339093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30660 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webpreferences.cc')
-rw-r--r--webkit/glue/webpreferences.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webpreferences.cc b/webkit/glue/webpreferences.cc
index 0f17804..758ac81 100644
--- a/webkit/glue/webpreferences.cc
+++ b/webkit/glue/webpreferences.cc
@@ -56,8 +56,6 @@ void WebPreferences::Apply(WebView* web_view) const {
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.