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

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

Issue 1972503002: Add flag "distillability-dev" for distillability development Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compatible naming Created 4 years, 3 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_features.h
diff --git a/components/dom_distiller/core/dom_distiller_features.h b/components/dom_distiller/core/dom_distiller_features.h
index bdf40a97bce4d295d1c7234ff6a67a77dfe86258..a46b0986cd4779914c0a383bc5bfc1cef79eb885 100644
--- a/components/dom_distiller/core/dom_distiller_features.h
+++ b/components/dom_distiller/core/dom_distiller_features.h
@@ -10,6 +10,9 @@ namespace dom_distiller {
// Returns true when flag enable-dom-distiller is set or enabled from Finch.
bool IsEnableDomDistillerSet();
+// Returns true when flag distillability-dev is set or enabled from Finch.
+bool IsDistillabilityDevSet();
+
// Returns true when flag enable-sync-articles is set or enabled from Finch.
bool IsEnableSyncArticlesSet();

Powered by Google App Engine
This is Rietveld 408576698