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

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: comments 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..6eea88b7dd29eaf59b8ddaba258d0a6c344909a8 100644
--- a/content/public/browser/save_page_type.h
+++ b/content/public/browser/save_page_type.h
@@ -14,7 +14,12 @@ 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 text file.
cbentzel 2012/04/17 14:45:34 Nit: I think you could just say as MHTML.
benjhayden 2012/04/17 17:14:36 Done.
+ SAVE_PAGE_TYPE_AS_MHTML = 2,
+
+ // Insert new values BEFORE this value.
+ SAVE_PAGE_TYPE_MAX,
};
}
« 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