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

Unified Diff: content/test/test_blink_web_unit_test_support.h

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
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3936cd61049ec77af0d97adadd9bb12ba4450832..6a237a9d17d583cc262f1293b5614e2bddddb234 100644
--- a/content/test/test_blink_web_unit_test_support.h
+++ b/content/test/test_blink_web_unit_test_support.h
@@ -13,7 +13,6 @@
#include "build/build_config.h"
#include "cc/blink/web_compositor_support_impl.h"
#include "content/child/blink_platform_impl.h"
-#include "content/child/simple_webmimeregistry_impl.h"
#include "content/child/webfileutilities_impl.h"
#include "content/test/mock_webblob_registry_impl.h"
#include "content/test/mock_webclipboard_impl.h"
@@ -41,7 +40,6 @@ class TestBlinkWebUnitTestSupport : public BlinkPlatformImpl {
blink::WebClipboard* clipboard() override;
blink::WebFileUtilities* fileUtilities() override;
blink::WebIDBFactory* idbFactory() override;
- blink::WebMimeRegistry* mimeRegistry() override;
blink::WebURLLoader* createURLLoader() override;
blink::WebString userAgent() override;
@@ -82,7 +80,6 @@ class TestBlinkWebUnitTestSupport : public BlinkPlatformImpl {
private:
MockWebBlobRegistryImpl blob_registry_;
- SimpleWebMimeRegistryImpl mime_registry_;
std::unique_ptr<MockWebClipboardImpl> mock_clipboard_;
WebFileUtilitiesImpl file_utilities_;
base::ScopedTempDir file_system_root_;
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698