Update to Chromium version 113.0.5672.53

This commit is contained in:
Marshall Greenblatt 2023-04-20 13:50:27 +00:00 committed by Marshall Greenblatt
parent c8aea0b594
commit 8c943a46f1
4 changed files with 12 additions and 12 deletions

View File

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

View File

@ -1,5 +1,5 @@
diff --git base/BUILD.gn base/BUILD.gn
index 80f6eaf01c022..b1a35ad087a5b 100644
index 4d8087f0d747e..7b80d8012399b 100644
--- base/BUILD.gn
+++ base/BUILD.gn
@@ -40,6 +40,7 @@ import("//build/config/ui.gni")
@ -10,7 +10,7 @@ index 80f6eaf01c022..b1a35ad087a5b 100644
import("//testing/libfuzzer/fuzzer_test.gni")
import("//testing/test.gni")
@@ -1535,7 +1536,11 @@ component("base") {
@@ -1537,7 +1538,11 @@ component("base") {
"hash/md5_constexpr_internal.h",
"hash/sha1.h",
]
@ -23,7 +23,7 @@ index 80f6eaf01c022..b1a35ad087a5b 100644
sources += [
"hash/md5_nacl.cc",
"hash/md5_nacl.h",
@@ -1935,6 +1940,12 @@ component("base") {
@@ -1937,6 +1942,12 @@ component("base") {
defines += [ "COM_INIT_CHECK_HOOK_DISABLED" ]
}

View File

@ -359,7 +359,7 @@ index d9fb9af4db3eb..4a809ee9962fd 100644
BrowserFrame(const BrowserFrame&) = delete;
BrowserFrame& operator=(const BrowserFrame&) = delete;
diff --git chrome/browser/ui/views/frame/browser_view.cc chrome/browser/ui/views/frame/browser_view.cc
index ff1d8ce809a68..a58efb5ca5b72 100644
index 536ccd7846166..45dda00b1735e 100644
--- chrome/browser/ui/views/frame/browser_view.cc
+++ chrome/browser/ui/views/frame/browser_view.cc
@@ -308,11 +308,10 @@ using content::NativeWebKeyboardEvent;
@ -507,7 +507,7 @@ index ff1d8ce809a68..a58efb5ca5b72 100644
}
bool BrowserView::ShouldUseImmersiveFullscreenForUrl(const GURL& url) const {
@@ -4606,6 +4630,8 @@ Profile* BrowserView::GetProfile() {
@@ -4614,6 +4638,8 @@ Profile* BrowserView::GetProfile() {
}
void BrowserView::UpdateUIForTabFullscreen() {
@ -516,7 +516,7 @@ index ff1d8ce809a68..a58efb5ca5b72 100644
frame()->GetFrameView()->UpdateFullscreenTopUI();
}
@@ -4628,6 +4654,8 @@ void BrowserView::HideDownloadShelf() {
@@ -4636,6 +4662,8 @@ void BrowserView::HideDownloadShelf() {
}
bool BrowserView::CanUserExitFullscreen() const {

View File

@ -1,8 +1,8 @@
diff --git chrome/browser/printing/printer_query.cc chrome/browser/printing/printer_query.cc
index 53e3de608b677..37e7afb5d1b37 100644
index c52b6b1bfcd6b..dd99ad48f8504 100644
--- chrome/browser/printing/printer_query.cc
+++ chrome/browser/printing/printer_query.cc
@@ -120,6 +120,7 @@ PrinterQuery::PrinterQuery(content::GlobalRenderFrameHostId rfh_id)
@@ -121,6 +121,7 @@ PrinterQuery::PrinterQuery(content::GlobalRenderFrameHostId rfh_id)
rfh_id_(rfh_id),
cookie_(PrintSettings::NewCookie()) {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
@ -11,10 +11,10 @@ index 53e3de608b677..37e7afb5d1b37 100644
PrinterQuery::~PrinterQuery() {
diff --git printing/printing_context.h printing/printing_context.h
index 7582c73418e74..f5b477c18c65a 100644
index 2fb3aef0797f2..73248cd2d2039 100644
--- printing/printing_context.h
+++ printing/printing_context.h
@@ -173,6 +173,13 @@ class COMPONENT_EXPORT(PRINTING) PrintingContext {
@@ -180,6 +180,13 @@ class COMPONENT_EXPORT(PRINTING) PrintingContext {
int job_id() const { return job_id_; }
@ -28,7 +28,7 @@ index 7582c73418e74..f5b477c18c65a 100644
protected:
explicit PrintingContext(Delegate* delegate);
@@ -219,6 +226,10 @@ class COMPONENT_EXPORT(PRINTING) PrintingContext {
@@ -224,6 +231,10 @@ class COMPONENT_EXPORT(PRINTING) PrintingContext {
// The job id for the current job. The value is 0 if no jobs are active.
int job_id_;