| Index: chrome/android/shell/javatests/AndroidManifest.xml
|
| diff --git a/chrome/android/shell/javatests/AndroidManifest.xml b/chrome/android/shell/javatests/AndroidManifest.xml
|
| index b352eb6671fc4ae8573a2444d29d97503aab38bb..368a5279456f3fea11b0ef6f62fe5b251514c494 100644
|
| --- a/chrome/android/shell/javatests/AndroidManifest.xml
|
| +++ b/chrome/android/shell/javatests/AndroidManifest.xml
|
| @@ -17,6 +17,9 @@
|
| <provider android:name="org.chromium.chrome.test.partnercustomizations.TestPartnerBrowserCustomizationsDelayedProvider"
|
| android:authorities="org.chromium.chrome.test.partnercustomizations.TestPartnerBrowserCustomizationsDelayedProvider" />
|
|
|
| + <activity android:name="org.chromium.test.outstrumentation.slave.OutstrumentationSlaveActivity"
|
| + android:exported="true"/>
|
| +
|
| <activity android:name="org.chromium.sync.test.util.MockGrantCredentialsPermissionActivity"
|
| android:exported="false">
|
| <intent-filter>
|
|
|