| Index: chrome/android/sync_shell/javatests/AndroidManifest.xml
|
| diff --git a/chrome/android/sync_shell/javatests/AndroidManifest.xml b/chrome/android/sync_shell/javatests/AndroidManifest.xml
|
| index eb83976b9d7bc210985e7f8a281e79b80c4c9ac5..8aff83181b980bf3433d1da1728a42dfdfa47b7d 100644
|
| --- a/chrome/android/sync_shell/javatests/AndroidManifest.xml
|
| +++ b/chrome/android/sync_shell/javatests/AndroidManifest.xml
|
| @@ -15,16 +15,7 @@
|
|
|
| <application
|
| android:label="ChromeSyncShellTest">
|
| -
|
| <uses-library android:name="android.test.runner" />
|
| -
|
| - <activity android:name="org.chromium.sync.test.util.MockGrantCredentialsPermissionActivity"
|
| - android:exported="true">
|
| - <intent-filter>
|
| - <action android:name="android.intent.action.VIEW" />
|
| - <category android:name="android.intent.category.DEFAULT" />
|
| - </intent-filter>
|
| - </activity>
|
| </application>
|
| <instrumentation android:name="org.chromium.chrome.test.ChromeInstrumentationTestRunner"
|
| android:targetPackage="{{manifest_package}}"
|
|
|