chromium/chrome/browser/ui/zoom/zoom_controller_unittest.cc

// Copyright 2012 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/zoom/zoom_controller.h"

#include <optional>

#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/test/base/chrome_render_view_host_test_harness.h"
#include "chrome/test/base/testing_profile.h"
#include "components/prefs/pref_service.h"
#include "components/zoom/test/zoom_test_utils.h"
#include "components/zoom/zoom_observer.h"
#include "content/public/browser/host_zoom_map.h"
#include "content/public/test/mock_navigation_handle.h"
#include "content/public/test/test_renderer_host.h"
#include "content/public/test/test_utils.h"
#include "ipc/ipc_message.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

ZoomChangedWatcher;
ZoomController;

class ZoomControllerTest : public ChromeRenderViewHostTestHarness {};

TEST_F(ZoomControllerTest, DidNavigateMainFrame) {}

TEST_F(ZoomControllerTest, Observe_ZoomController) {}

TEST_F(ZoomControllerTest, ObserveManualZoomCanShowBubble) {}