chromium/chrome/browser/enterprise/connectors/interstitials/enterprise_block_controller_client.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 "chrome/browser/enterprise/connectors/interstitials/enterprise_block_controller_client.h"

#include <memory>
#include <utility>

#include "chrome/browser/browser_process.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/url_constants.h"
#include "components/security_interstitials/content/settings_page_helper.h"
#include "components/security_interstitials/core/metrics_helper.h"
#include "content/public/browser/page_navigator.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/referrer.h"

namespace {
std::unique_ptr<security_interstitials::MetricsHelper> GetMetricsHelper(
    const GURL& url) {}
}  // namespace

EnterpriseBlockControllerClient::EnterpriseBlockControllerClient(
    content::WebContents* web_contents,
    const GURL& request_url)
    :{}

EnterpriseBlockControllerClient::~EnterpriseBlockControllerClient() = default;

void EnterpriseBlockControllerClient::GoBack() {}