Commit ea46b8b7 authored by Olivier Robin's avatar Olivier Robin Committed by Commit Bot

IOS unittests fix UISupportedInterfaceOrientations typo

Change-Id: I2ca6df4452e375d4f381d4b015f877fa99d16e36
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400985Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805693}
parent 833ce076
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<string>{768, 1024}</string> <string>{768, 1024}</string>
</dict> </dict>
</array> </array>
<key>UISupportedInterfaceOrientation</key> <key>UISupportedInterfaceOrientations</key>
<array> <array>
<string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeLeft</string>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<string>{768, 1024}</string> <string>{768, 1024}</string>
</dict> </dict>
</array> </array>
<key>UISupportedInterfaceOrientation</key> <key>UISupportedInterfaceOrientations</key>
<array> <array>
<string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeLeft</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment