chromium/chrome/browser/ui/webui/top_chrome/profile_preload_candidate_selector.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 "chrome/browser/ui/webui/top_chrome/profile_preload_candidate_selector.h"

#include <vector>

#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/top_chrome/per_profile_webui_tracker.h"
#include "components/site_engagement/content/site_engagement_service.h"
#include "url/gurl.h"

SiteEngagementService;

namespace webui {

ProfilePreloadCandidateSelector::ProfilePreloadCandidateSelector(
    PerProfileWebUITracker* webui_tracker)
    :{}

ProfilePreloadCandidateSelector::~ProfilePreloadCandidateSelector() = default;

void ProfilePreloadCandidateSelector::Init(
    const std::vector<GURL>& preloadable_urls) {}

std::optional<GURL> ProfilePreloadCandidateSelector::GetURLToPreload(
    const PreloadContext& context) const {}

}  // namespace webui