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

Unified Diff: content/child/indexed_db/mock_webidbcallbacks.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: content/child/indexed_db/mock_webidbcallbacks.h
diff --git a/content/child/indexed_db/mock_webidbcallbacks.h b/content/child/indexed_db/mock_webidbcallbacks.h
index f7299b3158d5f3ac4af8984c614ee2807cae31a9..79e6a7ca73e7da8d452695b7a5d8f95f453dfd63 100644
--- a/content/child/indexed_db/mock_webidbcallbacks.h
+++ b/content/child/indexed_db/mock_webidbcallbacks.h
@@ -49,6 +49,7 @@ class MockWebIDBCallbacks : public blink::WebIDBCallbacks {
const blink::WebIDBMetadata&,
unsigned short dataLoss,
blink::WebString dataLossMessage));
+ MOCK_METHOD0(detach, void());
private:
DISALLOW_COPY_AND_ASSIGN(MockWebIDBCallbacks);
« no previous file with comments | « content/child/indexed_db/indexed_db_message_filter.cc ('k') | content/child/indexed_db/webidbdatabase_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698