Chromium Code Reviews| Index: content/public/common/mhtml_generation_params.h |
| diff --git a/content/public/common/mhtml_generation_params.h b/content/public/common/mhtml_generation_params.h |
| index c61879f0f183849399f9193300187d99392c8693..c0a36a47d2949334c567e7b02fcb9398f08c9d3e 100644 |
| --- a/content/public/common/mhtml_generation_params.h |
| +++ b/content/public/common/mhtml_generation_params.h |
| @@ -15,11 +15,11 @@ namespace content { |
| enum class MHTMLCacheControlPolicy { |
| NONE = 0, |
| FAIL_FOR_NO_STORE_MAIN_FRAME, |
| - |
| + SKIP_ANY_FRAME_OR_RESOURCE_MARKED_NO_STORE, |
| // |LAST| is used in content/public/common/common_param_traits_macros.h with |
| // IPC_ENUM_TRAITS_MAX_VALUE macro. Keep the value up to date. Otherwise |
| // a new value can not be passed to the renderer. |
| - LAST = FAIL_FOR_NO_STORE_MAIN_FRAME |
| + LAST = SKIP_ANY_FRAME_OR_RESOURCE_MARKED_NO_STORE |
|
dcheng
2016/05/20 20:25:02
Seems like it'd be easier to just use the Web enum
dewittj
2016/05/20 21:22:22
Done.
|
| }; |
| struct CONTENT_EXPORT MHTMLGenerationParams { |