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

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

Issue 459513002: Massive refactor of the Android invalidation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 3 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/shell/java/AndroidManifest.xml
diff --git a/chrome/android/shell/java/AndroidManifest.xml b/chrome/android/shell/java/AndroidManifest.xml
index 84ca1957cb4701431ac2831bfa9efab1bf5918c8..33256bac61de9194674c855559ce79e10db817a5 100644
--- a/chrome/android/shell/java/AndroidManifest.xml
+++ b/chrome/android/shell/java/AndroidManifest.xml
@@ -176,8 +176,8 @@
<!-- Notification service for sync. -->
<meta-data android:name="ipc.invalidation.ticl.listener_service_class"
- android:value="org.chromium.sync.notifier.InvalidationService"/>
- <service android:name="org.chromium.sync.notifier.InvalidationService"
+ android:value="org.chromium.components.invalidation.InvalidationClientService"/>
nyquist 2014/09/04 18:16:32 FYI: Since you have to do this here, you will have
maxbogue 2014/09/05 16:42:45 Acknowledged.
+ <service android:name="org.chromium.components.invalidation.InvalidationClientService"
android:exported="false">
<intent-filter>
<action android:name="com.google.ipc.invalidation.AUTH_TOKEN_REQUEST"/>

Powered by Google App Engine
This is Rietveld 408576698