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

Unified Diff: public/web/WebDatabase.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 | « public/platform/WebDatabaseObserver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDatabase.h
diff --git a/public/web/WebDatabase.h b/public/web/WebDatabase.h
index 14741a701e58cf77c0470d0cf36eb31a43441427..b344355757ce4e64fb639608f8864f9ee8faf13c 100644
--- a/public/web/WebDatabase.h
+++ b/public/web/WebDatabase.h
@@ -45,6 +45,7 @@ public:
BLINK_EXPORT WebString displayName() const;
BLINK_EXPORT unsigned long estimatedSize() const;
BLINK_EXPORT WebSecurityOrigin securityOrigin() const;
+ // Deprecated: This always returns false.
BLINK_EXPORT bool isSyncDatabase() const;
BLINK_EXPORT static void updateDatabaseSize(
« no previous file with comments | « public/platform/WebDatabaseObserver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698