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

Unified Diff: chrome/browser/about_flags.cc

Issue 25373009: Translate: New Bubble UX (for the view toolkit) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug fix: view id on tests Created 7 years, 2 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/app/theme/theme_resources.grd ('k') | chrome/browser/tab_contents/language_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 600ad7b0c1390f782f93f905b5711c59765f1124..07abb66db5627161572881c19a334f8d42bc2c9d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1822,6 +1822,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE("disable-click-delay")
},
#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;
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/tab_contents/language_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698