| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 57b3f0cd157788b3c264a878b22af124910ae9eb..7907c7255362e8d37b6919101b712e2efac9b52f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -450,9 +450,6 @@ const char kDnsLogDetails[] = "dns-log-details";
|
| // Disables prefetching of DNS information.
|
| const char kDnsPrefetchDisable[] = "dns-prefetch-disable";
|
|
|
| -// Replaces the download shelf with a new experimental UI.
|
| -const char kDownloadsNewUI[] = "downloads-new-ui";
|
| -
|
| // Dump any accumualted histograms to the log when browser terminates (requires
|
| // logging to be enabled to really do anything). Used by developers and test
|
| // scripts.
|
| @@ -1102,8 +1099,7 @@ 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.
|
| +// See http://crbug.com/120416 for how to remove this switch.
|
| const char kSavePageAsMHTML[] = "save-page-as-mhtml";
|
|
|
| // URL prefix used by safebrowsing to fetch hash, download data and report
|
|
|