| 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);
|
|
|