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

Unified Diff: chrome/browser/ui/cocoa/test/scoped_force_rtl_mac.mm

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/l10n_util.mm ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/test/scoped_force_rtl_mac.mm
diff --git a/chrome/browser/ui/cocoa/test/scoped_force_rtl_mac.mm b/chrome/browser/ui/cocoa/test/scoped_force_rtl_mac.mm
index 6ab25255ef6834e449f723c34d1c7512a8b1e91b..b2f71ad8c967eb583382581d4a8c9a2740c15771 100644
--- a/chrome/browser/ui/cocoa/test/scoped_force_rtl_mac.mm
+++ b/chrome/browser/ui/cocoa/test/scoped_force_rtl_mac.mm
@@ -7,7 +7,7 @@
#import <Foundation/Foundation.h>
#include "base/i18n/rtl.h"
-#include "chrome/browser/ui/cocoa/l10n_util.h"
+#include "chrome/common/chrome_features.h"
namespace {
@@ -21,7 +21,7 @@ const char kDefaultRTLLocale[] = "he"; // Hebrew.
namespace cocoa_l10n_util {
ScopedForceRTLMac::ScopedForceRTLMac() {
- scoped_feature_list_.InitAndEnableFeature(kExperimentalMacRTL);
+ scoped_feature_list_.InitAndEnableFeature(features::kMacRTL);
NSUserDefaults* standard_defaults = [NSUserDefaults standardUserDefaults];
original_apple_text_direction_ =
[standard_defaults boolForKey:kAppleTextDirectionDefaultsKey];
« no previous file with comments | « chrome/browser/ui/cocoa/l10n_util.mm ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698