| 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" />
|
|
|