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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2878563002: Add MacRTL feature to flags (Closed)
Patch Set: Rebase Created 3 years, 7 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/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index ee29df26a93693a03a8873d9d649650fab9907a5..0e375737c7685cd40389f2751fed4db7eebf4e90 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3167,4 +3167,10 @@ const char kOneGoogleBarOnLocalNtpDescription[] =
#endif // !defined(OS_ANDROID) && !defined(OS_IOS)
+#if defined(OS_MACOSX)
+extern const char kMacRTLName[] = "Enable RTL";
+extern const char kMacRTLDescription[] =
+ "Mirrors the UI for RTL language users";
+#endif
+
} // namespace flag_descriptions
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698