Files
cef/libcef/browser/net/throttle_handler.h
Marshall Greenblatt f8a746373e Update to Chromium version 138.0.7204.0 (#1465706)
Mac: Require Xcode 16.3 (16E140) and SDK 15.4 (24E241)
2025-06-03 14:20:59 -04:00

21 lines
570 B
C++

// Copyright 2020 The Chromium Embedded Framework Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file.
#ifndef CEF_LIBCEF_BROWSER_NET_THROTTLE_HANDLER_H_
#define CEF_LIBCEF_BROWSER_NET_THROTTLE_HANDLER_H_
#pragma once
namespace content {
class NavigationThrottleRegistry;
} // namespace content
namespace throttle {
void CreateThrottlesForNavigation(
content::NavigationThrottleRegistry& registry);
} // namespace throttle
#endif // CEF_LIBCEF_BROWSER_NET_THROTTLE_HANDLER_H_