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

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

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Addressed most of dcheng@'s feedback. Created 4 years, 2 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/WebIDBDatabaseCallbacks.h
diff --git a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseCallbacks.h b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseCallbacks.h
index 2739052771016991bfba2d44b8c3c939fc80b51c..cc70f3751967216a39b97635ebc6e6f599c572c9 100644
--- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseCallbacks.h
+++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseCallbacks.h
@@ -41,6 +41,7 @@ class WebIDBDatabaseCallbacks {
virtual void onAbort(long long transactionId, const WebIDBDatabaseError&) = 0;
virtual void onComplete(long long transactionId) = 0;
+ virtual void detach() = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698