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

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

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Allow cpp_only to be set by the invoker. Created 4 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
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..59cf92a2b72fc531e4894c9e2addfca12cfa8d52 100644
--- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCallbacks.h
+++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCallbacks.h
@@ -56,6 +56,7 @@ public:
virtual void onSuccess(const WebIDBKey&, const WebIDBKey& primaryKey, const WebIDBValue&) = 0;
virtual void onBlocked(long long oldVersion) = 0;
virtual void onUpgradeNeeded(long long oldVersion, WebIDBDatabase*, const WebIDBMetadata&, unsigned short dataLoss, WebString dataLossMessage) = 0;
+ virtual void detach() = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698