summaryrefslogtreecommitdiffstats
path: root/testing/gtest_ios
diff options
context:
space:
mode:
authorolivierrobin <olivierrobin@chromium.org>2015-05-13 05:56:23 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-13 12:57:31 +0000
commit25aaa43552d4ceac737bee614e2e181de8946f79 (patch)
treefcac418d8caabc5e351336277b741da37fb8eedc /testing/gtest_ios
parent0110a68ffbba485573f212f0ecafabb10737766d (diff)
downloadchromium_src-25aaa43552d4ceac737bee614e2e181de8946f79.zip
chromium_src-25aaa43552d4ceac737bee614e2e181de8946f79.tar.gz
chromium_src-25aaa43552d4ceac737bee614e2e181de8946f79.tar.bz2
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}
Diffstat (limited to 'testing/gtest_ios')
-rw-r--r--testing/gtest_ios/unittest-Info.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/gtest_ios/unittest-Info.plist b/testing/gtest_ios/unittest-Info.plist
index cb03136..f443580 100644
--- a/testing/gtest_ios/unittest-Info.plist
+++ b/testing/gtest_ios/unittest-Info.plist
@@ -104,5 +104,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>fetch</string>
+ </array>
</dict>
</plist>