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

Unified Diff: third_party/WebKit/public/platform/modules/indexeddb/WebIDBCallbacks.h

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some (incomplete) work on struct traits. Created 4 years, 5 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
Index: third_party/WebKit/public/platform/modules/indexeddb/WebIDBCallbacks.h
diff --git a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCallbacks.h b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCallbacks.h
index e493a9f12fee084e97168ce759133e300e9d664c..b6fd99ba0705ba4bb041dcb0279ac5a71d7410c7 100644
--- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCallbacks.h
+++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCallbacks.h
@@ -32,6 +32,7 @@
namespace blink {
+#if 0
class WebIDBCursor;
class WebIDBDatabase;
class WebIDBDatabaseError;
@@ -57,6 +58,7 @@ public:
virtual void onBlocked(long long oldVersion) = 0;
virtual void onUpgradeNeeded(long long oldVersion, WebIDBDatabase*, const WebIDBMetadata&, unsigned short dataLoss, WebString dataLossMessage) = 0;
};
+#endif
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698