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

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

Issue 1419063002: Displaying "simplify page" on print preview by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.h
diff --git a/components/dom_distiller/core/dom_distiller_switches.h b/components/dom_distiller/core/dom_distiller_switches.h
index 6b89533c342153af3b971004d44af88c3bf6b05f..ebcb416edd1954659b447f3e211f813e814a9a4b 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 the DOM distiller.
+extern const char kDisableDomDistiller[];
Vitaly Buka (NO REVIEWS) 2015/10/23 20:05:38 enable/disable distiller also all item into chrome
mvendramini_hp 2015/10/26 15:51:37 Currently, --enable-dom-distiller activates/deacti
+
// Switch to enable synced articles.
extern const char kEnableSyncArticles[];

Powered by Google App Engine
This is Rietveld 408576698