| 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();
|
|
|
|
|