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

Unified Diff: content/child/indexed_db/mock_webidbcallbacks.cc

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: content/child/indexed_db/mock_webidbcallbacks.cc
diff --git a/content/child/indexed_db/mock_webidbcallbacks.cc b/content/child/indexed_db/mock_webidbcallbacks.cc
index faa4113b067556d5328d1450f4e81a3e66011e4c..20eac35af40a125ee9b84d0f636c6a17461000f0 100644
--- a/content/child/indexed_db/mock_webidbcallbacks.cc
+++ b/content/child/indexed_db/mock_webidbcallbacks.cc
@@ -6,8 +6,10 @@
namespace content {
+#if 0
MockWebIDBCallbacks::MockWebIDBCallbacks() {}
MockWebIDBCallbacks::~MockWebIDBCallbacks() {}
+#endif
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698