Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 957348cea0e006c2b36565883970e58935778c08..106087b9b46242578957fa0a73ceabc6256c926d 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. |