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

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

Issue 2133923002: Simplify caller checking logic in WebApkServiceImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into sandbox_on_transact1 Created 4 years, 5 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
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/webapk/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/AndroidManifest.xml
diff --git a/chrome/android/javatests/AndroidManifest.xml b/chrome/android/javatests/AndroidManifest.xml
index f073befd26a6f18bd508d0ca66449e56ef394331..25a3a1bf4e82cd78ec545722c898b48ab6047560 100644
--- a/chrome/android/javatests/AndroidManifest.xml
+++ b/chrome/android/javatests/AndroidManifest.xml
@@ -59,6 +59,10 @@
</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"
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/webapk/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698