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

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: merge 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
« no previous file with comments | « content/public/browser/download_manager_delegate.cc ('k') | content/test/mock_download_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..caf281c8e5995c341c9e1cb765ce3b3ae0329d53 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 as MHTML.
+ SAVE_PAGE_TYPE_AS_MHTML = 2,
+
+ // Insert new values BEFORE this value.
+ SAVE_PAGE_TYPE_MAX,
};
}
« no previous file with comments | « content/public/browser/download_manager_delegate.cc ('k') | content/test/mock_download_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698