| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 0fb27145080c23f109a3954da6ac306f76c32825..ce04be089c5f4b45c53b50dd4ec71e60edb7389c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -262,6 +262,10 @@ const char kDisableHistoryQuickProvider[] = "disable-history-quick-provider";
|
| // Disable the use of the HistoryURLProvider for autocomplete results.
|
| const char kDisableHistoryURLProvider[] = "disable-history-url-provider";
|
|
|
| +// Disables improved SafeBrowsing download protection.
|
| +const char kDisableImprovedDownloadProtection[] =
|
| + "disable-improved-download-protection";
|
| +
|
| // Disables HTML5 Forms interactive validation.
|
| const char kDisableInteractiveFormValidation[] =
|
| "disable-interactive-form-validation";
|
| @@ -467,10 +471,6 @@ const char kEnableFileCookies[] = "enable-file-cookies";
|
| // Without this flag, pipelining will never be used.
|
| const char kEnableHttpPipelining[] = "enable-http-pipelining";
|
|
|
| -// Enables improved SafeBrowsing download protection.
|
| -const char kEnableImprovedDownloadProtection[] =
|
| - "enable-improved-download-protection";
|
| -
|
| // Enables the in-browser thumbnailing, which is more efficient than the
|
| // in-renderer thumbnailing, as we can use more information to determine if we
|
| // need to update thumbnails.
|
|
|