chromium/content/browser/host_zoom_map_impl_unittest.cc

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/342213636): Remove this and spanify to fix the errors.
#pragma allow_unsafe_buffers
#endif

#include "content/browser/host_zoom_map_impl.h"

#include <stddef.h>

#include "base/memory/ref_counted.h"
#include "base/test/simple_test_clock.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace content {

class HostZoomMapTest : public testing::Test {};

TEST_F(HostZoomMapTest, GetSetZoomLevel) {}

TEST_F(HostZoomMapTest, GetSetZoomLevelWithScheme) {}

TEST_F(HostZoomMapTest, GetAllZoomLevels) {}

TEST_F(HostZoomMapTest, LastModifiedTimestamp) {}

TEST_F(HostZoomMapTest, ClearZoomLevels) {}

}  // namespace content