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

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

Issue 2365093002: Remove DownloadProcessService code path (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « no previous file | content/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 8eec2efb143f8dc3e60aa609011bc6c742f268e7..3b4f264f27a1b6b5e8a26a9ca0d9b976903770f8 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -797,17 +797,6 @@ android:value="true" />
android:exported="false" />
{% endfor %}
- <!-- Background download process, it may outlive chrome if download does not finish
- when user kills chrome. Once created, the process will manage its own lifecycle.
- To work around an issue in earlier android versions that a bound service will
- get killed when chrome goes away, this service will only communicate with the
- browser process through callbacks. -->
- <service android:name="org.chromium.content.app.DownloadProcessService"
- android:process=":download"
- android:permission="{{ manifest_package }}.permission.CHILD_SERVICE"
- android:isolatedProcess="false"
- android:exported="false"/>
-
<receiver android:name="org.chromium.chrome.browser.download.DownloadBroadcastReceiver"
android:exported="false">
<intent-filter>
« no previous file with comments | « no previous file | content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698