Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Unified Diff: chrome/common/chrome_switches.cc

Issue 143003020: Move TranslateLanguageList to the Translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@removeDelegate
Patch Set: gn build Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ae6ad9fd996d5b7a7891a97257a5d1f321c23cc5..23c28b65327bbd13faf4ef9f179d07851850319c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -492,11 +492,6 @@ const char kDisableSyncThemes[] = "disable-sync-themes";
// Disables syncing browser typed urls.
const char kDisableSyncTypedUrls[] = "disable-sync-typed-urls";
-// Allows disabling of translate from the command line to assist with automated
-// browser testing (e.g. Selenium/WebDriver). Normal browser users should
-// disable translate with the preference.
-const char kDisableTranslate[] = "disable-translate";
-
// Disables TLS Channel ID extension.
const char kDisableTLSChannelID[] = "disable-tls-channel-id";

Powered by Google App Engine
This is Rietveld 408576698