chromium/components/safe_browsing/core/browser/tailored_security_service/tailored_security_service_util.cc

// Copyright 2022 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/safe_browsing/core/browser/tailored_security_service/tailored_security_service_util.h"

#include "base/metrics/histogram_functions.h"
#include "components/safe_browsing/core/browser/tailored_security_service/tailored_security_notification_result.h"

namespace safe_browsing {

const char kTailoredSecurityDisabledDialogShown[] =;
const char kTailoredSecurityDisabledDialogOkButtonClicked[] =;
const char kTailoredSecurityDisabledDialogSettingsButtonClicked[] =;
const char kTailoredSecurityDisabledDialogDismissed[] =;
const char kTailoredSecurityEnabledDialogShown[] =;
const char kTailoredSecurityEnabledDialogOkButtonClicked[] =;
const char kTailoredSecurityEnabledDialogSettingsButtonClicked[] =;
const char kTailoredSecurityEnabledDialogDismissed[] =;

const char* GetUserActionString(TailoredSecurityOutcome outcome, bool enable) {}

void RecordEnabledNotificationResult(
    TailoredSecurityNotificationResult result) {}

}  // namespace safe_browsing