Chromium Code Reviews| Index: components/dom_distiller/core/dom_distiller_switches.h |
| diff --git a/components/dom_distiller/core/dom_distiller_switches.h b/components/dom_distiller/core/dom_distiller_switches.h |
| index 6b89533c342153af3b971004d44af88c3bf6b05f..b3cf81f056ad431a0cadc6e90f40e66d46be702a 100644 |
| --- a/components/dom_distiller/core/dom_distiller_switches.h |
| +++ b/components/dom_distiller/core/dom_distiller_switches.h |
| @@ -13,6 +13,9 @@ namespace switches { |
| // Switch to enable the DOM distiller. |
| extern const char kEnableDomDistiller[]; |
| +// Switch to disable simplify page on the print preview dialog. |
|
Lei Zhang
2015/10/29 19:14:57
nit: Alphabetical order please. Ditto in the .cc f
mvendramini_hp
2015/10/30 11:05:36
Done.
|
| +extern const char kDisablePrintPreviewSimplify[]; |
| + |
| // Switch to enable synced articles. |
| extern const char kEnableSyncArticles[]; |