mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 98.0.4758.0 (#950365)
This commit is contained in:
@@ -19,6 +19,9 @@ class CefURLLoaderThrottleProviderImpl
|
||||
explicit CefURLLoaderThrottleProviderImpl(
|
||||
blink::URLLoaderThrottleProviderType type);
|
||||
|
||||
CefURLLoaderThrottleProviderImpl& operator=(
|
||||
const CefURLLoaderThrottleProviderImpl&) = delete;
|
||||
|
||||
~CefURLLoaderThrottleProviderImpl() override;
|
||||
|
||||
// blink::URLLoaderThrottleProvider implementation.
|
||||
@@ -37,8 +40,6 @@ class CefURLLoaderThrottleProviderImpl
|
||||
blink::URLLoaderThrottleProviderType type_;
|
||||
|
||||
THREAD_CHECKER(thread_checker_);
|
||||
|
||||
DISALLOW_ASSIGN(CefURLLoaderThrottleProviderImpl);
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_RENDERER_ALLOY_URL_LOADER_THROTTLE_PROVIDER_IMPL_H_
|
||||
|
Reference in New Issue
Block a user