| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index ac41654b2d61d9789fcc05d944b40e6111ba43b4..f497d343b1903093a4b59b0564ca80b832a683fc 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -805,10 +805,6 @@ by a child template that "extends" this file.
|
| </intent-filter>
|
| </service>
|
| <service android:name="android.support.customtabs.PostMessageService" />
|
| - <service android:name="org.chromium.chrome.browser.crash.LogcatExtractionService"
|
| - android:exported="false"/>
|
| - <service android:name="org.chromium.chrome.browser.crash.MinidumpPreparationService"
|
| - android:exported="false"/>
|
| <service android:name="org.chromium.chrome.browser.crash.MinidumpUploadService"
|
| android:exported="false"/>
|
|
|
|
|