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

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

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.h
diff --git a/content/child/indexed_db/mock_webidbcallbacks.h b/content/child/indexed_db/mock_webidbcallbacks.h
index f7299b3158d5f3ac4af8984c614ee2807cae31a9..f71a3d9c1c2a661b52c2756587940763f1cdd79f 100644
--- a/content/child/indexed_db/mock_webidbcallbacks.h
+++ b/content/child/indexed_db/mock_webidbcallbacks.h
@@ -20,6 +20,7 @@ class WebData;
namespace content {
+#if 0
class MockWebIDBCallbacks : public blink::WebIDBCallbacks {
public:
MockWebIDBCallbacks();
@@ -53,6 +54,7 @@ class MockWebIDBCallbacks : public blink::WebIDBCallbacks {
private:
DISALLOW_COPY_AND_ASSIGN(MockWebIDBCallbacks);
};
+#endif
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698