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

Unified Diff: ios/chrome/app/chrome_exe_main.mm

Issue 2623713002: Followup to clang formatting (Closed)
Patch Set: Format Created 3 years, 11 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 | « no previous file | ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/chrome_exe_main.mm
diff --git a/ios/chrome/app/chrome_exe_main.mm b/ios/chrome/app/chrome_exe_main.mm
index c44744584ad5697be53681ed7cd107b5cabba092..b2cdcd3ddad8142182af51f843f97a0439a4ebc8 100644
--- a/ios/chrome/app/chrome_exe_main.mm
+++ b/ios/chrome/app/chrome_exe_main.mm
@@ -34,10 +34,7 @@ int main(int argc, char* argv[]) {
// Set NSUserDefaults keys to force pseudo-RTL if needed.
if ([standardDefaults boolForKey:@"EnablePseudoRTL"]) {
- NSDictionary* pseudoDict = [NSDictionary
- dictionaryWithObjectsAndKeys:@"YES", @"AppleTextDirection", @"YES",
- @"NSForceRightToLeftWritingDirection",
- nil];
+ NSDictionary* pseudoDict = @{ @"YES" : @"AppleTextDirection" };
[standardDefaults registerDefaults:pseudoDict];
}
« no previous file with comments | « no previous file | ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698