| Index: chrome/android/testshell/javatests/AndroidManifest.xml
|
| diff --git a/chrome/android/testshell/javatests/AndroidManifest.xml b/chrome/android/testshell/javatests/AndroidManifest.xml
|
| index ccbc51d257d9b142471c015db797690c2a6bf912..34ca58302e0328abb35889283a8ada318a386c89 100644
|
| --- a/chrome/android/testshell/javatests/AndroidManifest.xml
|
| +++ b/chrome/android/testshell/javatests/AndroidManifest.xml
|
| @@ -11,6 +11,13 @@
|
| needed when building test cases. -->
|
| <application>
|
| <uses-library android:name="android.test.runner" />
|
| + <activity android:name="org.chromium.sync.test.util.MockGrantCredentialsPermissionActivity"
|
| + android:exported="false">
|
| + <intent-filter>
|
| + <action android:name="android.intent.action.VIEW" />
|
| + <category android:name="android.intent.category.DEFAULT" />
|
| + </intent-filter>
|
| + </activity>
|
| </application>
|
| <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
|
| <instrumentation android:name="android.test.InstrumentationTestRunner"
|
|
|