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

Unified Diff: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java

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
Index: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
index 6572cec1339134e9fddbf03bf77c52ebd12704a9..941c5f6db8ca36932e0b20b4e32fcea2aae49110 100644
--- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
+++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
@@ -81,9 +81,6 @@ public abstract class ContentSwitches {
// Native switch kGPUProcess
public static final String SWITCH_GPU_PROCESS = "gpu-process";
- // Native switch kDownloadProcess
- public static final String SWITCH_DOWNLOAD_PROCESS = "download";
-
// Prevent instantiation.
private ContentSwitches() {}

Powered by Google App Engine
This is Rietveld 408576698