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"; |