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

Unified Diff: content/public/browser/save_page_type.h

Issue 10069014: Save Page As MHTML (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 8 years, 8 months 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
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,
};
}
« content/browser/download/save_package.cc ('K') | « content/browser/download/save_package.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698