| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c6cbb28ed1721b039a840eddf9114ed3ab5191d5..fdd10eef0272a5e9440e51add9cdc46aa2f3995a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1083,6 +1083,12 @@ const char kRendererPrintPreview[] = "renderer-print-preview";
|
| // sent to the ui_test.
|
| const char kRestoreLastSession[] = "restore-last-session";
|
|
|
| +// Disable saving pages as HTML-only, disable saving pages as HTML Complete
|
| +// (with a directory of sub-resources). Enable only saving pages as MHTML.
|
| +// TODO(benjhayden): Remove this switch/flag when SavePackageFilePicker and all
|
| +// platform-specific file pickers support switching save-as filetypes.
|
| +const char kSavePageAsMHTML[] = "save-page-as-mhtml";
|
| +
|
| // URL prefix used by safebrowsing to fetch hash, download data and report
|
| // malware.
|
| const char kSbURLPrefix[] = "safebrowsing-url-prefix";
|
|
|