| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 50e8dca01dc61ac4a976dbd2841fbe65cb179cdc..e1e753aa5333ddcfab01eacc3c5545d2a0389ac7 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -320,9 +320,6 @@ const char kDisableZeroCopyDxgiVideo[] = "disable-zero-copy-dxgi-video";
|
| // based tests.
|
| const char kDomAutomationController[] = "dom-automation";
|
|
|
| -// Causes the process to run as a download subprocess.
|
| -const char kDownloadProcess[] = "download";
|
| -
|
| // Disable antialiasing on 2d canvas clips
|
| const char kDisable2dCanvasClipAntialiasing[] = "disable-2d-canvas-clip-aa";
|
|
|
|
|