blob: 8b9de27ca14a75716cfd064f5ddbbf5d40b8a219 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/captive_portal/captive_portal_metrics.h"
#include "base/metrics/histogram_macros.h"
namespace captive_portal {
void CaptivePortalMetrics::LogCaptivePortalBlockingPageEvent(
CaptivePortalBlockingPageEvent event) {
UMA_HISTOGRAM_ENUMERATION("interstitial.captive_portal", event,
CAPTIVE_PORTAL_BLOCKING_PAGE_EVENT_COUNT);
}
} // namespace captive_portal