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

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

Issue 1699143002: [NTP Snippets] Schedule periodic fetching (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@snippets_feature
Patch Set: merge GcmTaskService implementations Created 4 years, 10 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/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 6bab1bcc9d6b7e76b3c46b67c4f13f70d809b2b7..f70f2ed730d6ac6c2f06ab2790543d85b7f89150 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -579,8 +579,8 @@ by a child template that "extends" this file.
</intent-filter>
</receiver>
- <!-- Service Worker Background Sync GCM scheduler task -->
- <service android:name="org.chromium.chrome.browser.BackgroundSyncLauncherService"
+ <!-- GcmTaskService implementation to wake Chrome on scheduled events -->
+ <service android:name="org.chromium.chrome.browser.ChromeGcmTaskService"
android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE"
android:exported="true">
<intent-filter>

Powered by Google App Engine
This is Rietveld 408576698