| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index ddd769f694c687c4d9221241335de44df1692860..c3fe0a33ea13cf94b1fff9366a5e35b8338f3b15 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -411,6 +411,9 @@ const char kEnableDeadlineScheduling[] = "enable-deadline-scheduling";
|
| // Enables delegated renderer.
|
| const char kEnableDelegatedRenderer[] = "enable-delegated-renderer";
|
|
|
| +// Enables DOM Distiller.
|
| +const char kEnableDomDistiller[] = "enable-dom-distiller";
|
| +
|
| // Enables restarting interrupted downloads.
|
| const char kEnableDownloadResumption[] = "enable-download-resumption";
|
|
|
|
|