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

Unified Diff: chrome/android/javatests/AndroidManifest.xml

Issue 2225683002: Re-enable WebApkServiceImplTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
Index: chrome/android/javatests/AndroidManifest.xml
diff --git a/chrome/android/javatests/AndroidManifest.xml b/chrome/android/javatests/AndroidManifest.xml
index 25a3a1bf4e82cd78ec545722c898b48ab6047560..f073befd26a6f18bd508d0ca66449e56ef394331 100644
--- a/chrome/android/javatests/AndroidManifest.xml
+++ b/chrome/android/javatests/AndroidManifest.xml
@@ -59,10 +59,6 @@
</action>
</intent-filter>
</receiver>
-
- <service android:name="org.chromium.chrome.test.webapk.TestWebApkServiceImplWrapper"
- android:exported="true">
- </service>
</application>
<instrumentation android:name="org.chromium.chrome.test.ChromeInstrumentationTestRunner"

Powered by Google App Engine
This is Rietveld 408576698