Chromium Code Reviews| Index: chrome/android/java/AndroidManifest.xml |
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml |
| index f497d343b1903093a4b59b0564ca80b832a683fc..b3022828001b465a145cc2bb60537c1ed880d3d0 100644 |
| --- a/chrome/android/java/AndroidManifest.xml |
| +++ b/chrome/android/java/AndroidManifest.xml |
| @@ -805,6 +805,11 @@ by a child template that "extends" this file. |
| </intent-filter> |
| </service> |
| <service android:name="android.support.customtabs.PostMessageService" /> |
| + |
| + <!-- Crash reporting services. --> |
| + <service android:name="org.chromium.chrome.browser.crash.ChromeMinidumpUploadJobService" |
| + android:permission="android.permission.BIND_JOB_SERVICE" |
| + android:exported="false"/> |
|
gsennton
2017/03/13 17:57:17
Note that the WebView-services are running in thei
Ilya Sherman
2017/03/14 02:18:55
Yeah, I did notice that. I'm not familiar enough
|
| <service android:name="org.chromium.chrome.browser.crash.MinidumpUploadService" |
| android:exported="false"/> |