mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 101.0.4951.0 (#982481)
Known issues: - chrome: Some ceftests are failing due to bfcache same-site enabled by default (see issue #3301)
This commit is contained in:
@@ -22,9 +22,9 @@ namespace blink {
|
||||
class WebURLRequest;
|
||||
} // namespace blink
|
||||
|
||||
namespace navigation_interception {
|
||||
class NavigationParams;
|
||||
}
|
||||
namespace content {
|
||||
class NavigationHandle;
|
||||
} // namespace content
|
||||
|
||||
namespace net {
|
||||
class HttpRequestHeaders;
|
||||
@@ -96,11 +96,8 @@ class CefRequestImpl : public CefRequest {
|
||||
void Set(const net::HttpRequestHeaders& headers);
|
||||
|
||||
// Populate this object from the NavigationParams object.
|
||||
// TODO(cef): Remove the |is_main_frame| argument once NavigationParams is
|
||||
// reliable in reporting that value.
|
||||
// Called from content_browser_client.cc NavigationOnUIThread().
|
||||
void Set(const navigation_interception::NavigationParams& params,
|
||||
bool is_main_frame);
|
||||
// Called from throttle_handler.cc NavigationOnUIThread().
|
||||
void Set(content::NavigationHandle* navigation_handle);
|
||||
|
||||
// Populate the WebURLRequest object based on the contents of |params|.
|
||||
// Called from CefBrowserImpl::LoadRequest().
|
||||
|
Reference in New Issue
Block a user