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

Unified Diff: Source/modules/webdatabase/DatabaseTracker.h

Issue 561093003: Remove worker support of Web SQL Database. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | « Source/modules/webdatabase/DatabaseSync.idl ('k') | Source/modules/webdatabase/DatabaseTracker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseTracker.h
diff --git a/Source/modules/webdatabase/DatabaseTracker.h b/Source/modules/webdatabase/DatabaseTracker.h
index 84fc99c6c022de37b42776099d89c5016f2ad533..12d606182cff488c7a82298e855b6e21658ff6aa 100644
--- a/Source/modules/webdatabase/DatabaseTracker.h
+++ b/Source/modules/webdatabase/DatabaseTracker.h
@@ -62,7 +62,6 @@ public:
unsigned long long getMaxSizeForDatabase(const DatabaseBackendBase*);
- void interruptAllDatabasesForContext(const DatabaseContext*);
void closeDatabasesImmediately(const String& originIdentifier, const String& name);
void prepareToOpenDatabase(DatabaseBackendBase*);
« no previous file with comments | « Source/modules/webdatabase/DatabaseSync.idl ('k') | Source/modules/webdatabase/DatabaseTracker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698