summaryrefslogtreecommitdiffstats
path: root/webkit/api/src/WebSettingsImpl.cpp
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-22 01:24:43 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-22 01:24:43 +0000
commit8073e13e15825a137b7b6593364019dbf5edde42 (patch)
tree4dda49d4cb1632aa40c026b18a29d3fc79338a63 /webkit/api/src/WebSettingsImpl.cpp
parent81eb08ea33f10e2704b45834c3a5799c5ab31933 (diff)
downloadchromium_src-8073e13e15825a137b7b6593364019dbf5edde42.zip
chromium_src-8073e13e15825a137b7b6593364019dbf5edde42.tar.gz
chromium_src-8073e13e15825a137b7b6593364019dbf5edde42.tar.bz2
Switch over to the new way of enabling/disabling session/local storage.
BUG=none TEST=|'localStorage' in window| should only be true iff --enable-local-storage is specified Review URL: http://codereview.chromium.org/293032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29747 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/api/src/WebSettingsImpl.cpp')
-rw-r--r--webkit/api/src/WebSettingsImpl.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/api/src/WebSettingsImpl.cpp b/webkit/api/src/WebSettingsImpl.cpp
index c74c16f..a193871d 100644
--- a/webkit/api/src/WebSettingsImpl.cpp
+++ b/webkit/api/src/WebSettingsImpl.cpp
@@ -195,11 +195,6 @@ void WebSettingsImpl::setLocalStorageEnabled(bool enabled)
m_settings->setLocalStorageEnabled(enabled);
}
-void WebSettingsImpl::setSessionStorageEnabled(bool enabled)
-{
- m_settings->setSessionStorageEnabled(enabled);
-}
-
void WebSettingsImpl::setEditableLinkBehaviorNeverLive()
{
// FIXME: If you ever need more behaviors than this, then we should probably