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

Unified Diff: content/test/test_blink_web_unit_test_support.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/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index 019da1c8b3a6667bda0c116e9c38e86d23cf8738..0444bb8bbbe50d2f13ca25eac4141e45e1966853 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -176,12 +176,6 @@ blink::WebFileUtilities* TestBlinkWebUnitTestSupport::fileUtilities() {
return &file_utilities_;
}
-blink::WebIDBFactory* TestBlinkWebUnitTestSupport::idbFactory() {
- NOTREACHED() <<
- "IndexedDB cannot be tested with in-process harnesses.";
- return NULL;
-}
-
blink::WebMimeRegistry* TestBlinkWebUnitTestSupport::mimeRegistry() {
return &mime_registry_;
}

Powered by Google App Engine
This is Rietveld 408576698