chromium/components/dom_distiller/core/experiments.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/experiments.h"

#include "base/command_line.h"
#include "base/metrics/field_trial.h"
#include "base/notreached.h"
#include "base/strings/string_util.h"
#include "components/dom_distiller/core/dom_distiller_switches.h"

namespace dom_distiller {
DistillerHeuristicsType GetDistillerHeuristicsType() {}
}  // namespace dom_distiller