chromium/chrome/browser/domain_reliability/service_factory.cc

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

#include "chrome/browser/domain_reliability/service_factory.h"

#include "base/command_line.h"
#include "base/metrics/field_trial.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/metrics/chrome_metrics_service_accessor.h"
#include "chrome/common/chrome_switches.h"
#include "components/domain_reliability/domain_reliability_prefs.h"
#include "components/prefs/pref_service.h"

namespace domain_reliability {

namespace {

// If Domain Reliability is enabled in the absence of a flag or field trial.
const bool kDefaultEnabled =;

// The name and value of the field trial to turn Domain Reliability on.
const char kFieldTrialName[] =;
const char kFieldTrialValueEnable[] =;

bool IsDomainReliabilityAllowed() {}

}  // namespace

const char kUploadReporterString[] =;

bool ShouldCreateService() {}

}  // namespace domain_reliability