summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authormiguelg@chromium.org <miguelg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 15:07:42 +0000
committermiguelg@chromium.org <miguelg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 15:07:42 +0000
commitf0a8898c802ac4a107a7c46eb9d263c451dcb230 (patch)
tree5142756fe50746815554beadcc3b06ee3bb4698a /chrome/common/chrome_switches.cc
parentfb820c07559f3873ac0a2cbfe0d78677ca42551a (diff)
downloadchromium_src-f0a8898c802ac4a107a7c46eb9d263c451dcb230.zip
chromium_src-f0a8898c802ac4a107a7c46eb9d263c451dcb230.tar.gz
chromium_src-f0a8898c802ac4a107a7c46eb9d263c451dcb230.tar.bz2
Remove enable-translate flag
BUG=350337 Review URL: https://codereview.chromium.org/189533009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256832 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a82aee5..5ddd2f4 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1490,9 +1490,6 @@ const char kEnableContextualSearch[] = "contextual-search";
// Enables the new NTP.
const char kEnableNewNTP[] = "enable-new-ntp";
-// Pops the translate infobar if possible.
-const char kEnableTranslate[] = "enable-translate";
-
// Enables zero suggest functionality on Dev channel, showing contextual
// suggestions (EtherSuggest) for http pages and google.com search queries.
const char kEnableZeroSuggestEtherSerp[] =