Commit 25aaa435 authored by olivierrobin's avatar olivierrobin Committed by Commit bot

Add background fetch capability to ios tests

Application has this capability, kif tests should mirror it.

BUG=421798

Review URL: https://codereview.chromium.org/1135813006

Cr-Commit-Position: refs/heads/master@{#329621}
parent 0110a68f
...@@ -104,5 +104,9 @@ ...@@ -104,5 +104,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationLandscapeRight</string>
</array> </array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
</array>
</dict> </dict>
</plist> </plist>
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