chromium/components/security_interstitials/content/captive_portal_metrics_recorder.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/security_interstitials/content/captive_portal_metrics_recorder.h"

#include "base/metrics/histogram_macros.h"

namespace {

// Events for UMA. Do not reorder or change!
enum SSLInterstitialCauseCaptivePortal {};

void RecordCaptivePortalEventStats(SSLInterstitialCauseCaptivePortal event) {}

}  // namespace

CaptivePortalMetricsRecorder::CaptivePortalMetricsRecorder(
    captive_portal::CaptivePortalService* captive_portal_service,
    bool overridable)
    :{}

CaptivePortalMetricsRecorder::~CaptivePortalMetricsRecorder() = default;

void CaptivePortalMetricsRecorder::RecordCaptivePortalUMAStatistics() const {}

void CaptivePortalMetricsRecorder::Observe(
    const captive_portal::CaptivePortalService::Results& results) {}