Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2727573004: [Android Crash Reporting] Simplify crash report upload code. (Closed)
Patch Set: Tuck up one more return stmt Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 299a1568968db4ba15f0545a56951a84bef5680e..87296d9310d532375e4b17d8ca05855b0b9936da 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -799,10 +799,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"/>

Powered by Google App Engine
This is Rietveld 408576698