summaryrefslogtreecommitdiffstats
path: root/webkit/api/src/WebStorageAreaImpl.h
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-11 03:58:45 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-11 03:58:45 +0000
commit3d392a6fd21a84a4eae5cc340242219f5062b46d (patch)
tree99d0e4dd9d0b1128d6a0ab0b4b381db3f23c3e6c /webkit/api/src/WebStorageAreaImpl.h
parent8f0bcb9f2381746bfc8f234fe1fcf831321adbf5 (diff)
downloadchromium_src-3d392a6fd21a84a4eae5cc340242219f5062b46d.zip
chromium_src-3d392a6fd21a84a4eae5cc340242219f5062b46d.tar.gz
chromium_src-3d392a6fd21a84a4eae5cc340242219f5062b46d.tar.bz2
Get rid of the half-working traces of locking, caching, and quotas. It
probably shoudln't have been added in to begin with. BUG=none TEST=none Review URL: http://codereview.chromium.org/203015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/api/src/WebStorageAreaImpl.h')
-rw-r--r--webkit/api/src/WebStorageAreaImpl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/api/src/WebStorageAreaImpl.h b/webkit/api/src/WebStorageAreaImpl.h
index 648ee3e..5c57ae2 100644
--- a/webkit/api/src/WebStorageAreaImpl.h
+++ b/webkit/api/src/WebStorageAreaImpl.h
@@ -42,8 +42,6 @@ namespace WebKit {
public:
WebStorageAreaImpl(PassRefPtr<WebCore::StorageArea> storageArea);
virtual ~WebStorageAreaImpl();
- virtual void lock(bool& invalidateCache, size_t& bytesLeftInQuota);
- virtual void unlock();
virtual unsigned length();
virtual WebString key(unsigned index);
virtual WebString getItem(const WebString& key);