Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / components / translate / core / common / translate_switches.cc
index b12e811..1ac6f33 100644 (file)
@@ -7,6 +7,14 @@
 namespace translate {
 namespace switches {
 
+// 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";
+
+// Overrides the default server used for Google Translate.
+const char kTranslateScriptURL[] = "translate-script-url";
+
 // Overrides security-origin with which Translate runs in an isolated world.
 const char kTranslateSecurityOrigin[] = "translate-security-origin";