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

Unified Diff: android_webview/apk/java/AndroidManifest.xml

Issue 2975693002: Add AwVariationsSeedFetchService and refactory VariationsSeedFetcher (Closed)
Patch Set: Fix typo in comments Created 3 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 | « android_webview/BUILD.gn ('k') | android_webview/java/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/apk/java/AndroidManifest.xml
diff --git a/android_webview/apk/java/AndroidManifest.xml b/android_webview/apk/java/AndroidManifest.xml
index fd3ca2b367066aeeb8a559e191d365d8402d84e3..ae3696851ff138ffdfeec3a4ddec2c9a5d5e10cc 100644
--- a/android_webview/apk/java/AndroidManifest.xml
+++ b/android_webview/apk/java/AndroidManifest.xml
@@ -39,6 +39,10 @@
android:exported="true"
android:authorities="{{ manifest_package }}.LicenseContentProvider" />
{% if donor_package is not defined %}
+ <service android:name="org.chromium.android_webview.AwVariationsSeedFetchService"
+ android:permission="android.permission.BIND_JOB_SERVICE"
+ android:exported="true"
+ android:process=":variations_service"/>
<service android:name="org.chromium.android_webview.crash.CrashReceiverService"
android:exported="true"
android:process=":crash_receiver_service"/>
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698