chromium/components/page_content_annotations/core/page_visibility_model_handler_unittest.cc

// Copyright 2022 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/page_content_annotations/core/page_visibility_model_handler.h"

#include "base/test/task_environment.h"
#include "components/optimization_guide/core/optimization_guide_features.h"
#include "components/optimization_guide/core/test_optimization_guide_model_provider.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace page_content_annotations {

class PageVisibilityModelHandlerTest : public testing::Test {};

TEST_F(PageVisibilityModelHandlerTest, NotSensitiveNotFound) {}

TEST_F(PageVisibilityModelHandlerTest, HasScore) {}

}  // namespace page_content_annotations