| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 925e1a4f1e8144136fb9da90cbd958dc943a88df..c7a3e91fd5d8b28a3eb549e471e6c224034cda38 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1053,6 +1053,10 @@ 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.
|
| +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";
|
|
|