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

Unified Diff: content/test/test_blink_web_unit_test_support.cc

Issue 2444873002: Move WebMIMERegistry impl from //content to blink:platform/network/mime (Closed)
Patch Set: rebased Created 4 years, 1 month 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 52c9db2e589722a361680463be387af6a28f0dfb..3212891cacb6dbe34a38ab5876b19ec3570899c1 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -190,10 +190,6 @@ blink::WebIDBFactory* TestBlinkWebUnitTestSupport::idbFactory() {
return NULL;
}
-blink::WebMimeRegistry* TestBlinkWebUnitTestSupport::mimeRegistry() {
- return &mime_registry_;
-}
-
blink::WebURLLoader* TestBlinkWebUnitTestSupport::createURLLoader() {
// This loader should be used only for process-local resources such as
// data URLs.
« no previous file with comments | « content/test/test_blink_web_unit_test_support.h ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698