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

Unified Diff: Source/modules/webdatabase/DatabaseBasicTypes.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/DatabaseBase.h ('k') | Source/modules/webdatabase/DatabaseCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseBasicTypes.h
diff --git a/Source/modules/webdatabase/DatabaseBasicTypes.h b/Source/modules/webdatabase/DatabaseBasicTypes.h
index 9acce7c3b597c91e3d1321684286a3f431565bf2..02312bcd5899c74fcd2095578fdf605ed49885d8 100644
--- a/Source/modules/webdatabase/DatabaseBasicTypes.h
+++ b/Source/modules/webdatabase/DatabaseBasicTypes.h
@@ -32,11 +32,6 @@ namespace blink {
typedef int DatabaseGuid;
-ENUM_CLASS(DatabaseType) {
- Async,
- Sync
-} ENUM_CLASS_END(DatabaseType);
-
} // namespace blink
#endif // DatabaseBasicTypes_h
« no previous file with comments | « Source/modules/webdatabase/DatabaseBase.h ('k') | Source/modules/webdatabase/DatabaseCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698