Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2548)

Unified Diff: WebCore/storage/OriginQuotaManager.h

Issue 596028: Make the DatabaseTracker thread-safe. (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « WebCore/storage/DatabaseTracker.cpp ('k') | WebCore/storage/OriginQuotaManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/storage/OriginQuotaManager.h
===================================================================
--- WebCore/storage/OriginQuotaManager.h (revision 55036)
+++ WebCore/storage/OriginQuotaManager.h (working copy)
@@ -45,6 +45,7 @@
public:
OriginQuotaManager();
+ bool tryLock();
void lock();
void unlock();
« no previous file with comments | « WebCore/storage/DatabaseTracker.cpp ('k') | WebCore/storage/OriginQuotaManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698