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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.h

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Address last nits and fix leaks in unit tests. 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/Source/modules/indexeddb/WebIDBCallbacksImpl.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.h b/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.h
index 71c22c4e857f76e7a2e01ae8fb3d7350bd9127ac..0cf02903f5bfc5b5570382a527c6a12f60aac835 100644
--- a/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.h
+++ b/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.h
@@ -74,6 +74,7 @@ class WebIDBCallbacksImpl final : public WebIDBCallbacks {
const WebIDBMetadata&,
unsigned short dataLoss,
WebString dataLossMessage) override;
+ void detach() override;
private:
explicit WebIDBCallbacksImpl(IDBRequest*);

Powered by Google App Engine
This is Rietveld 408576698