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

Unified Diff: content/test/test_blink_web_unit_test_support.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/test/test_blink_web_unit_test_support.h
diff --git a/content/test/test_blink_web_unit_test_support.h b/content/test/test_blink_web_unit_test_support.h
index 33a896f6cc2eada2205aeb66d5e0f111f3dfc0a3..3449ee71b8c88e6dd7b511e8e07fccdb66bddf1e 100644
--- a/content/test/test_blink_web_unit_test_support.h
+++ b/content/test/test_blink_web_unit_test_support.h
@@ -42,7 +42,6 @@ class TestBlinkWebUnitTestSupport : public BlinkPlatformImpl {
blink::WebBlobRegistry* blobRegistry() override;
blink::WebClipboard* clipboard() override;
blink::WebFileUtilities* fileUtilities() override;
- blink::WebIDBFactory* idbFactory() override;
blink::WebMimeRegistry* mimeRegistry() override;
blink::WebURLLoader* createURLLoader() override;

Powered by Google App Engine
This is Rietveld 408576698