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

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

Issue 2975693002: Add AwVariationsSeedFetchService and refactory VariationsSeedFetcher (Closed)
Patch Set: Add Seed Preference to store seed independently 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
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..8a7f4a0ff3a9c1ff6a66f29ecaddbd0957096176 100644
--- a/android_webview/apk/java/AndroidManifest.xml
+++ b/android_webview/apk/java/AndroidManifest.xml
@@ -38,6 +38,10 @@
<provider android:name="com.android.webview.chromium.LicenseContentProvider"
android:exported="true"
android:authorities="{{ manifest_package }}.LicenseContentProvider" />
+ <service android:name="org.chromium.android_webview.AwVariationsSeedFetchService"
paulmiller 2017/07/10 18:23:12 unindent
paulmiller 2017/07/10 23:37:40 Never mind; per the "WebView Service design" email
yiyuny 2017/07/11 19:15:18 Acknowledged.
yiyuny 2017/07/11 19:15:18 Done.
+ android:permission="android.permission.BIND_JOB_SERVICE"
+ android:exported="true"
+ android:process=":variations_service"/>
{% if donor_package is not defined %}
<service android:name="org.chromium.android_webview.crash.CrashReceiverService"
android:exported="true"

Powered by Google App Engine
This is Rietveld 408576698