chromium/components/dom_distiller/core/dom_distiller_switches.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/dom_distiller/core/dom_distiller_switches.h"

namespace switches {

const char kEnableDistillabilityService[] =;
const char kEnableDomDistiller[] =;
const char kReaderModeHeuristics[] =;
const char kReaderModeFeedback[] =;

namespace reader_mode_heuristics {
const char kAdaBoost[] =;
const char kAllArticles[] =;
const char kOGArticle[] =;
const char kAlwaysTrue[] =;
const char kNone[] =;
}  // namespace reader_mode_heuristics

const char kReaderModeDiscoverabilityParamName[] =;
const char kReaderModeOfferInSettings[] =;

}  // namespace switches