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

Unified Diff: public/platform/WebDatabaseObserver.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/web/WebDatabase.cpp ('k') | public/web/WebDatabase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebDatabaseObserver.h
diff --git a/public/platform/WebDatabaseObserver.h b/public/platform/WebDatabaseObserver.h
index a99a1b3d7740e91d3756c0a88ba8ea44a0dc8017..59da49148d482953a03503f0bd7b8efb6fcfbdcb 100644
--- a/public/platform/WebDatabaseObserver.h
+++ b/public/platform/WebDatabaseObserver.h
@@ -37,6 +37,8 @@ class WebString;
class WebDatabaseObserver {
public:
+ // FIXME: |isSyncDatabse| arguments are alwyas |false|. We should remove them.
+
virtual void databaseOpened(
const WebString& databaseIdentifier,
const WebString& databaseName,
« no previous file with comments | « Source/web/WebDatabase.cpp ('k') | public/web/WebDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698