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

Unified Diff: chrome/android/sync_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: A couple GN fixes. 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
« no previous file with comments | « chrome/android/shell/java/AndroidManifest.xml ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/sync_shell/java/AndroidManifest.xml
diff --git a/chrome/android/sync_shell/java/AndroidManifest.xml b/chrome/android/sync_shell/java/AndroidManifest.xml
index 27deba3a0abec8e613c17b758e0286456aae14dd..358b88b0b5c8996e90317573062b6059c2351656 100644
--- a/chrome/android/sync_shell/java/AndroidManifest.xml
+++ b/chrome/android/sync_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"/>
+ <service android:name="org.chromium.components.invalidation.InvalidationClientService"
android:exported="false">
<intent-filter>
<action android:name="com.google.ipc.invalidation.AUTH_TOKEN_REQUEST"/>
« no previous file with comments | « chrome/android/shell/java/AndroidManifest.xml ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698