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

Unified Diff: chrome/android/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/shell/java/AndroidManifest.xml.jinja2
diff --git a/chrome/android/shell/java/AndroidManifest.xml.jinja2 b/chrome/android/shell/java/AndroidManifest.xml.jinja2
index 2ad635dbf1e437af6d00ea535d3df7e230a13712..d1a7c8252152762c332569c83d0de61d1e30d34f 100644
--- a/chrome/android/shell/java/AndroidManifest.xml.jinja2
+++ b/chrome/android/shell/java/AndroidManifest.xml.jinja2
@@ -184,9 +184,9 @@
android:resource="@xml/file_paths" />
</provider>
- <!-- 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