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

Unified Diff: components/dom_distiller/core/dom_distiller_switches.cc

Issue 1419063002: Displaying "simplify page" on print preview by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small refactors, formatting, and removing call to distillation heuristics. Created 5 years, 2 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: components/dom_distiller/core/dom_distiller_switches.cc
diff --git a/components/dom_distiller/core/dom_distiller_switches.cc b/components/dom_distiller/core/dom_distiller_switches.cc
index ea30b68c039809fc1c1d33cb06ae8120394108c0..e8b52f802a17de03ebb251bf7fa192a38f407685 100644
--- a/components/dom_distiller/core/dom_distiller_switches.cc
+++ b/components/dom_distiller/core/dom_distiller_switches.cc
@@ -7,6 +7,7 @@
namespace switches {
const char kEnableDomDistiller[] = "enable-dom-distiller";
+const char kDisablePrintPreviewSimplify[] = "disable-print-preview-simplify";
const char kEnableSyncArticles[] = "enable-sync-articles";
const char kReaderModeHeuristics[] = "reader-mode-heuristics";
const char kReaderModeFeedback[] = "reader-mode-feedback";

Powered by Google App Engine
This is Rietveld 408576698