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

Unified Diff: chrome/common/chrome_features.h

Issue 2873763003: Rename and move ExperimentalMacRTL flag (Closed)
Patch Set: 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/ui/cocoa/test/scoped_force_rtl_mac.mm ('k') | chrome/common/chrome_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index 306e4f791a54e05a6066a17633ac229e77c953d4..ea7460a67dfbb354c5931da1f4113b2d4d32498d 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -104,6 +104,10 @@ extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine;
extern const base::Feature kLsdPermissionPrompt;
+#if defined(OS_MACOSX)
+extern const base::Feature kMacRTL;
+#endif
+
extern const base::Feature kMaterialDesignBookmarks;
#if BUILDFLAG(ENABLE_EXTENSIONS)
« no previous file with comments | « chrome/browser/ui/cocoa/test/scoped_force_rtl_mac.mm ('k') | chrome/common/chrome_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698