blob: eb7b47a49c64b31202e48652e7e1a3994af9bb7c [file] [log] [blame]
jwda5d18832016-05-12 19:43:311// Copyright 2016 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "components/metrics/enabled_state_provider.h"
6
7namespace metrics {
8
9bool EnabledStateProvider::IsReportingEnabled() {
10 return IsConsentGiven();
11}
12
13} // namespace metrics