#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) { … }