mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 126.0.6478.0 (#1300313)
This commit is contained in:
@@ -566,6 +566,11 @@ class BasicResponseTest : public TestHandler {
|
||||
EXPECT_EQ(browser_id_, browser->GetIdentifier());
|
||||
EXPECT_TRUE(frame->IsMain());
|
||||
|
||||
const std::string& url = request->GetURL();
|
||||
if (IgnoreURL(url)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
if (request_id_ == 0U) {
|
||||
// This is the first callback that provides a request ID.
|
||||
request_id_ = request->GetIdentifier();
|
||||
|
Reference in New Issue
Block a user