chromium/chrome/browser/ui/views/performance_controls/test_support/discard_mock_navigation_handle.h

// 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.

#ifndef CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_TEST_SUPPORT_DISCARD_MOCK_NAVIGATION_HANDLE_H_
#define CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_TEST_SUPPORT_DISCARD_MOCK_NAVIGATION_HANDLE_H_

#include "content/public/test/mock_navigation_handle.h"

class DiscardMockNavigationHandle : public content::MockNavigationHandle {};

#endif  // CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_TEST_SUPPORT_DISCARD_MOCK_NAVIGATION_HANDLE_H_