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

Unified Diff: content/public/common/content_switches.cc

Issue 1622743005: Introduce background Download process to android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index bf5d0c1f399e402aba56691b593a1990ef7827f3..f9ede875fcbebc3e04f280b869be1f20ebfc25bc 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -298,6 +298,9 @@ const char kDisableZeroCopy[] = "disable-zero-copy";
// based tests.
const char kDomAutomationController[] = "dom-automation";
+// Causes the process to run as a download subprocess.
+const char kDownloadProcess[] = "download";
+
// Enable antialiasing on 2d canvas clips (as opposed to draw operations)
const char kEnable2dCanvasClipAntialiasing[] = "enable-2d-canvas-clip-aa";

Powered by Google App Engine
This is Rietveld 408576698