Index: content/child/assert_matching_enums.cc |
diff --git a/content/child/assert_matching_enums.cc b/content/child/assert_matching_enums.cc |
index 21e57714a2a651cd67f95389ea22692194d2335b..d6bbd75f646f88582031b46e8fab0380c4162e5e 100644 |
--- a/content/child/assert_matching_enums.cc |
+++ b/content/child/assert_matching_enums.cc |
@@ -6,7 +6,6 @@ |
// from Blink are valid. |
#include "base/macros.h" |
-#include "content/public/common/mhtml_generation_params.h" |
#include "content/public/common/screen_orientation_values.h" |
#include "media/base/mime_util.h" |
#include "third_party/WebKit/public/platform/WebMimeRegistry.h" |
@@ -46,13 +45,4 @@ STATIC_ASSERT_ENUM(blink::WebMimeRegistry::IsSupported, media::IsSupported); |
STATIC_ASSERT_ENUM(blink::WebMimeRegistry::MayBeSupported, |
media::MayBeSupported); |
-// MHTMLCacheControlPolicy |
-STATIC_ASSERT_ENUM(blink::WebFrameSerializerCacheControlPolicy::None, |
- MHTMLCacheControlPolicy::NONE); |
-STATIC_ASSERT_ENUM( |
- blink::WebFrameSerializerCacheControlPolicy::FailForNoStoreMainFrame, |
- MHTMLCacheControlPolicy::FAIL_FOR_NO_STORE_MAIN_FRAME); |
-STATIC_ASSERT_ENUM(blink::WebFrameSerializerCacheControlPolicy::Last, |
- MHTMLCacheControlPolicy::LAST); |
- |
} // namespace content |