Update to Chromium version 98.0.4758.0 (#950365)

This commit is contained in:
Marshall Greenblatt
2021-12-16 17:35:54 -05:00
parent b76badd958
commit dfc0131516
109 changed files with 785 additions and 798 deletions

View File

@@ -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_