chromium/components/safe_browsing/content/browser/unsafe_resource_util.cc

// Copyright 2020 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/content/browser/unsafe_resource_util.h"

#include "components/safe_browsing/content/browser/async_check_tracker.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/web_contents.h"

namespace safe_browsing::unsafe_resource_util {

content::NavigationEntry* GetNavigationEntryForResource(
    const security_interstitials::UnsafeResource& resource) {}

content::WebContents* GetWebContentsForResource(
    const security_interstitials::UnsafeResource& resource) {}

}  // namespace safe_browsing::unsafe_resource_util