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

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

Issue 1144543009: [Android] Only invalidate objects that were received from Tango on resume. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +toString Created 5 years, 6 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/sync_shell/java/AndroidManifest.xml.jinja2
diff --git a/chrome/android/sync_shell/java/AndroidManifest.xml.jinja2 b/chrome/android/sync_shell/java/AndroidManifest.xml.jinja2
index a7734601240b1f7d2d42a983f4fd237079ccc542..82abdd71a2597cb4e91f1ed57b920b9739b586f8 100644
--- a/chrome/android/sync_shell/java/AndroidManifest.xml.jinja2
+++ b/chrome/android/sync_shell/java/AndroidManifest.xml.jinja2
@@ -136,9 +136,9 @@
android:authorities="org.chromium.chrome.sync_shell"
android:exported="true" />
- <!-- Sync adapter for browser sync. -->
+ <!-- Sync adapter for browser invalidation. -->
<service android:exported="false"
- android:name="org.chromium.chrome.shell.sync.ChromeShellSyncAdapterService">
+ android:name="org.chromium.chrome.shell.invalidation.ChromeShellSyncAdapterService">
<intent-filter>
<action android:name="android.content.SyncAdapter" />
</intent-filter>

Powered by Google App Engine
This is Rietveld 408576698