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

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: fix bots 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/BackgroundSyncLauncher.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 0ca17585a571beaf03f0c97e8debb2dd44e2883e..369ba35c9302ac7f851848702eba85cddba0a3f9 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.ChromeBackgroundService"
android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE"
android:exported="true">
<intent-filter>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/BackgroundSyncLauncher.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698