Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 807a53f2165811ebf157b02afcfca4edfe4c1736..c38e88a0336ae1a80316fe6a97b7fb87c06d8b8a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -687,11 +687,6 @@ const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu"; |
// instant-extended-api, where thumbnails are generally smaller. |
const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting"; |
-// Enables Chrome Translate for "alpha languages", that may have less-reliable |
-// translation quality than supported languages. |
-const char kEnableTranslateAlphaLanguages[] = |
- "enable-translate-alpha-languages"; |
- |
// 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 |