| Index: chrome/android/testshell/java/AndroidManifest.xml
|
| diff --git a/chrome/android/testshell/java/AndroidManifest.xml b/chrome/android/testshell/java/AndroidManifest.xml
|
| index c48f160c68e0847edaf169ab85f4ee212c2945d5..5b62c12e19ff89aaf08e24d2fdc87596d98fd93f 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.IMPL_CLASS_NAME"
|
| + android:value="org.chromium.sync.notifier.TEST_VALUE" />
|
| </application>
|
|
|
| <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="16" />
|
|
|