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

Unified Diff: chrome/browser/flag_descriptions.h

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.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 5671d48544f621f9acd7928057773ba886f1b322..3e18c8569520c341cdd030432a0b78fb3125fee8 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1501,6 +1501,16 @@ extern const char kTranslateNewUxDescription[];
#endif // defined(OS_MACOSX)
+#if defined(OS_ANDROID)
+
+// Name of the flag for the translate compact infobar.
+extern const char kTranslateCompactUIName[];
+
+// Description of the flag for translate compact infobar.
+extern const char kTranslateCompactUIDescription[];
+
gone 2017/05/04 01:37:07 combine with the block in 1484?
+#endif // defined(OS_ANDROID)
+
// Name of the flag to enable the Translate 2016Q2 UI.
extern const char kTranslate2016q2UiName[];

Powered by Google App Engine
This is Rietveld 408576698