Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index c604b6cf88d27f6a9dabb5170f9bd66581eecf09..a72ea43fbed12f6e6e9ad207d9ea2989d9ef925f 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -741,9 +741,6 @@ const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting"; |
// Enables Translate experimental new UX which replaces the infobar. |
const char kEnableTranslateNewUX[] = "enable-translate-new-ux"; |
-// Enables Translate settings in chrome://settings/languages. |
-const char kEnableTranslateSettings[] = "enable-translate-settings"; |
- |
// Enables unrestricted SSL 3.0 fallback. |
// With this switch, SSL 3.0 fallback will be enabled for all sites. |
// Without this switch, SSL 3.0 fallback will be disabled for a site |