Update to Chromium version 113.0.5672.35

This commit is contained in:
Marshall Greenblatt 2023-04-14 15:00:12 +00:00 committed by Marshall Greenblatt
parent 1bf717ce43
commit 58803df744
2 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,6 @@
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
{
'chromium_checkout': 'refs/tags/113.0.5672.24',
'chromium_checkout': 'refs/tags/113.0.5672.35',
'depot_tools_checkout': '2075f733e8'
}

View File

@ -1,8 +1,8 @@
diff --git chrome/browser/printing/printer_query.cc chrome/browser/printing/printer_query.cc
index 7f77a94ddcdbc..149fe2bd90a13 100644
index 53e3de608b677..37e7afb5d1b37 100644
--- chrome/browser/printing/printer_query.cc
+++ chrome/browser/printing/printer_query.cc
@@ -116,6 +116,7 @@ PrinterQuery::PrinterQuery(content::GlobalRenderFrameHostId rfh_id)
@@ -120,6 +120,7 @@ PrinterQuery::PrinterQuery(content::GlobalRenderFrameHostId rfh_id)
rfh_id_(rfh_id),
cookie_(PrintSettings::NewCookie()) {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);