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

Unified Diff: content/child/assert_matching_enums.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
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/simple_webmimeregistry_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/assert_matching_enums.cc
diff --git a/content/child/assert_matching_enums.cc b/content/child/assert_matching_enums.cc
index 402691ad0969bfb07b073b15cf2dbc21291b5edc..5885913bcc75bbaa1f229e202b0d99961f818266 100644
--- a/content/child/assert_matching_enums.cc
+++ b/content/child/assert_matching_enums.cc
@@ -9,7 +9,6 @@
#include "content/common/input/touch_action.h"
#include "content/public/common/screen_orientation_values.h"
#include "media/base/mime_util.h"
-#include "third_party/WebKit/public/platform/WebMimeRegistry.h"
#include "third_party/WebKit/public/platform/WebTextInputMode.h"
#include "third_party/WebKit/public/platform/WebTextInputType.h"
#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
@@ -44,13 +43,6 @@ STATIC_ASSERT_ENUM(blink::WebScreenOrientationLockPortrait,
STATIC_ASSERT_ENUM(blink::WebScreenOrientationLockNatural,
SCREEN_ORIENTATION_VALUES_NATURAL);
-// SupportsType
-STATIC_ASSERT_ENUM(blink::WebMimeRegistry::IsNotSupported,
- media::IsNotSupported);
-STATIC_ASSERT_ENUM(blink::WebMimeRegistry::IsSupported, media::IsSupported);
-STATIC_ASSERT_ENUM(blink::WebMimeRegistry::MayBeSupported,
- media::MayBeSupported);
-
// WebTextInputMode
STATIC_ASSERT_ENUM(blink::kWebTextInputModeDefault,
ui::TEXT_INPUT_MODE_DEFAULT);
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/simple_webmimeregistry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698