summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaren@chromium.org <karen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-15 20:25:40 +0000
committerkaren@chromium.org <karen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-15 20:25:40 +0000
commitb8a68bebba7a2bc02bd03a1a9f4433c02b951d79 (patch)
tree1fa1217b1c1aa8c8456b217e93908d50eefe512c
parentc2b179f4270918dec062866974887b9fde403b1d (diff)
downloadchromium_src-b8a68bebba7a2bc02bd03a1a9f4433c02b951d79.zip
chromium_src-b8a68bebba7a2bc02bd03a1a9f4433c02b951d79.tar.gz
chromium_src-b8a68bebba7a2bc02bd03a1a9f4433c02b951d79.tar.bz2
Merge 235033 "Remove the flag --enable-translate-new-ux"
> Remove the flag --enable-translate-new-ux > > Since the crashes caused by the bubble are reported many times, I'll remove the flag from the list of about:flags once. > > This CL is intended to be landed on M32 (beta). > > BUG=318355 > TEST=manual > TBR=sky@chromium.org > NOTRY=true > > Review URL: https://codereview.chromium.org/69863004 TBR=hajimehoshi@chromium.org Review URL: https://codereview.chromium.org/74343002 git-svn-id: svn://svn.chromium.org/chrome/branches/1700/src@235411 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/about_flags.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 6c0415a..12c4342 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1830,13 +1830,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(chromeos::switches::kEnableIMEModeIndicator)
},
#endif
- {
- "enable-translate-new-ux",
- IDS_FLAGS_ENABLE_TRANSLATE_NEW_UX_NAME,
- IDS_FLAGS_ENABLE_TRANSLATE_NEW_UX_DESCRIPTION,
- kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kEnableTranslateNewUX)
- },
};
const Experiment* experiments = kExperiments;