chromium/components/history/content/browser/visited_link_navigation_throttle.cc

// Copyright 2024 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/history/content/browser/visited_link_navigation_throttle.h"

#include "components/history/core/browser/history_service.h"
#include "content/public/browser/navigation_handle.h"
#include "content/public/browser/navigation_throttle.h"
#include "url/origin.h"

VisitedLinkNavigationThrottle::VisitedLinkNavigationThrottle(
    content::NavigationHandle* navigation_handle,
    history::HistoryService* history_service)
    :{}

VisitedLinkNavigationThrottle::~VisitedLinkNavigationThrottle() = default;

content::NavigationThrottle::ThrottleCheckResult
VisitedLinkNavigationThrottle::WillProcessResponse() {}

const char* VisitedLinkNavigationThrottle::GetNameForLogging() {}

void VisitedLinkNavigationThrottle::HistoryServiceBeingDeleted(
    history::HistoryService* history_service) {}