chromium/chrome/browser/ui/tabs/organization/tab_sensitivity_cache.cc

// Copyright 2023 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/tabs/organization/tab_sensitivity_cache.h"

#include "chrome/browser/page_content_annotations/page_content_annotations_service_factory.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_finder.h"
#include "components/page_content_annotations/core/page_content_annotation_type.h"

TabSensitivityCache::TabSensitivityCache(Profile* profile) :{}

TabSensitivityCache::~TabSensitivityCache() = default;

std::optional<float> TabSensitivityCache::GetScore(const GURL& url) const {}

void TabSensitivityCache::OnPageContentAnnotated(
    const GURL& url,
    const page_content_annotations::PageContentAnnotationsResult& result) {}

void TabSensitivityCache::MaybeTrimCacheKeys() {}