chromium/components/metrics/metrics_reporting_default_state.cc

// Copyright 2016 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/metrics/metrics_reporting_default_state.h"

#include "components/metrics/metrics_pref_names.h"
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/pref_service.h"

namespace metrics {

void RegisterMetricsReportingStatePrefs(PrefRegistrySimple* registry) {}

void RecordMetricsReportingDefaultState(PrefService* local_state,
                                        EnableMetricsDefault default_state) {}

void ForceRecordMetricsReportingDefaultState(
    PrefService* local_state,
    EnableMetricsDefault default_state) {}

EnableMetricsDefault GetMetricsReportingDefaultState(PrefService* local_state) {}

}  // namespace metrics