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

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

Issue 11778084: [sync] Add java InvalidationController for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved ModelType to correct package Created 7 years, 11 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/testshell/java/AndroidManifest.xml
diff --git a/chrome/android/testshell/java/AndroidManifest.xml b/chrome/android/testshell/java/AndroidManifest.xml
index 45f0e296323a505a4ca4df438ebc8965f4633cb6..0da9814183a8ee9db5e2c16f447f271ed50f159a 100644
--- a/chrome/android/testshell/java/AndroidManifest.xml
+++ b/chrome/android/testshell/java/AndroidManifest.xml
@@ -60,6 +60,10 @@
android:permission="org.chromium.content_shell.permission.SANDBOX"
android:isolatedProcess="true"
android:exported="false" />
+
+ <!-- Name of the class implementing the invalidation client, for sync notifications. -->
+ <meta-data android:name="org.chromium.sync.notifier.IMPLEMENTING_CLASS_NAME"
+ android:value="org.chromium.sync.notifier.TEST_VALUE" />
</application>
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
« no previous file with comments | « base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698