| Index: chrome/android/shell/javatests/AndroidManifest.xml
 | 
| diff --git a/chrome/android/shell/javatests/AndroidManifest.xml b/chrome/android/shell/javatests/AndroidManifest.xml
 | 
| index b36520a9c540e67c35d7f8bd68961302c0ea3c24..8bdb6446b2921f168c4a3ddd61edf7cd9e78ab4f 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.broker.OnDeviceInstrumentationBroker"
 | 
| +            android:exported="true"/>
 | 
| +
 | 
|          <activity android:name="org.chromium.sync.test.util.MockGrantCredentialsPermissionActivity"
 | 
|              android:exported="false">
 | 
|              <intent-filter>
 | 
| 
 |