| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index 464c9825e32fbe0ddff9ca803a5e15389b380faa..5e58688f88a15319941ce635ea4d56514bcc195b 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -631,6 +631,10 @@ by a child template that "extends" this file.
|
| </activity>
|
| {% endif %}
|
|
|
| + <service android:name="org.chromium.chrome.browser.browseractions.BrowserActionsTabCreationService"
|
| + android:exported="false">
|
| + </service>
|
| +
|
| <!-- Service for Broadcasting a Physical Web URL -->
|
| <service
|
| android:name="org.chromium.chrome.browser.physicalweb.PhysicalWebBroadcastService"
|
|
|