summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authoryolandyan <yolandyan@google.com>2015-10-12 11:55:09 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-12 18:56:16 +0000
commit2b5e8c8df481cd927ea858f9d1c93006ca33fba5 (patch)
tree6336c1393d340b8be5b4d8b78f055e2e70517015 /android_webview
parenta87fa33951887b83b197cf6f25cc7da5d8cb9c7a (diff)
downloadchromium_src-2b5e8c8df481cd927ea858f9d1c93006ca33fba5.zip
chromium_src-2b5e8c8df481cd927ea858f9d1c93006ca33fba5.tar.gz
chromium_src-2b5e8c8df481cd927ea858f9d1c93006ca33fba5.tar.bz2
Change system webview shell page cycler test runner to BaseInstrumentationTestRunner to run it on Appurify
BUG= Review URL: https://codereview.chromium.org/1402833002 Cr-Commit-Position: refs/heads/master@{#353568}
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/tools/PageCycler/AndroidManifest.xml2
-rw-r--r--android_webview/tools/WebViewShell/AndroidManifest.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/android_webview/tools/PageCycler/AndroidManifest.xml b/android_webview/tools/PageCycler/AndroidManifest.xml
index 241be5d..49fb1e3 100644
--- a/android_webview/tools/PageCycler/AndroidManifest.xml
+++ b/android_webview/tools/PageCycler/AndroidManifest.xml
@@ -25,7 +25,7 @@
android:exported="true"/>
</application>
- <instrumentation android:name="android.test.InstrumentationTestRunner"
+ <instrumentation android:name="org.chromium.base.test.BaseInstrumentationTestRunner"
android:targetPackage="org.chromium.webview_shell"
android:label="Page cycler for org.chromium.webview_shell" />
</manifest>
diff --git a/android_webview/tools/WebViewShell/AndroidManifest.xml b/android_webview/tools/WebViewShell/AndroidManifest.xml
index 4cd164b..abbba73 100644
--- a/android_webview/tools/WebViewShell/AndroidManifest.xml
+++ b/android_webview/tools/WebViewShell/AndroidManifest.xml
@@ -24,6 +24,7 @@
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<application
+ android:name="org.chromium.base.BaseChromiumApplication"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.Light" >