| Index: content/public/browser/save_page_type.h
|
| diff --git a/content/public/browser/save_page_type.h b/content/public/browser/save_page_type.h
|
| index 81c780398a5ea4fdec3a8b7da9baca50a04cf6c2..94f1370988906b0e2796e107ff158c354be92a10 100644
|
| --- a/content/public/browser/save_page_type.h
|
| +++ b/content/public/browser/save_page_type.h
|
| @@ -14,7 +14,9 @@ enum SavePageType {
|
| // User chose to save only the HTML of the page.
|
| SAVE_PAGE_TYPE_AS_ONLY_HTML = 0,
|
| // User chose to save complete-html page.
|
| - SAVE_PAGE_TYPE_AS_COMPLETE_HTML = 1
|
| + SAVE_PAGE_TYPE_AS_COMPLETE_HTML = 1,
|
| + // User chose to save complete-html page in a single file (MHTML).
|
| + SAVE_PAGE_TYPE_AS_COMPLETE_HTML_SINGLE_FILE_MHTML = 2,
|
| };
|
|
|
| }
|
|
|