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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2852043002: Add a flag to enable Translate Compact Infobar on Android. (Closed)
Patch Set: fix LoginCustomFlags Created 3 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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 0834650111cbcacae3d7dbf758cdbb09cec51f8f..709c239c36bef87e0a2ab4791ae25f6c304e7c28 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1349,6 +1349,15 @@ const char kPullToRefreshEffectDescription[] =
#endif // defined(OS_ANDROID)
+#if defined(OS_ANDROID)
+
gone 2017/05/04 01:37:07 definitely combine with previous block
Leo 2017/05/05 02:27:54 Done.
+const char kTranslateCompactUIName[] = "New Translate Infobar";
+
+const char kTranslateCompactUIDescription[] =
+ "Enable the new Translate compact infobar UI.";
+
+#endif // defined(OS_ANDROID)
+
#if defined(OS_MACOSX)
const char kTranslateNewUxName[] = "New Translate UX";

Powered by Google App Engine
This is Rietveld 408576698