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

Unified Diff: chrome/common/chrome_switches.cc

Issue 13488014: Translate: Adding a flag to enable "alpha language" translation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index c5559ab136f78e170065d1956abb6ebc6951ad09..8993c39bca1368337fb0f6315be9892d204d73b6 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -651,6 +651,11 @@ const char kEnableSyncFavicons[] = "enable-sync-favicons";
// Enables context menu for selecting groups of tabs.
const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";
+// Enables Chrome Translate for "alpha languages", that may have less-reliable
+// translation quality than supported languages.
+const char kEnableTranslateAlphaLanguages[] =
+ "enable-translate-alpha-languages";
+
// Enables Alternate-Protocol when the port is user controlled (> 1024).
const char kEnableUserAlternateProtocolPorts[] =
"enable-user-controlled-alternate-protocol-ports";
@@ -688,7 +693,7 @@ const char kExtensionsUpdateFrequency[] = "extensions-update-frequency";
// is to be used for testing only. Possible values are "stable", "beta", "dev"
// and "canary". Note that this only applies if the browser's reported channel
// is UNKNOWN.
-const char kFakeVariationsChannel[] = "fake-variations-channel";
+const char kFakeVariationsChannel[] = "fake-variations-channel";
// These two flags are added around the switches about:flags adds to the
// command line. This is useful to see which switches were added by about:flags
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698