Update to Chromium version 108.0.5359.0 (#1058933)

This commit is contained in:
Marshall Greenblatt
2022-10-17 13:27:40 -04:00
parent 25c75c5fc4
commit 8b45f32b33
67 changed files with 455 additions and 504 deletions

View File

@@ -592,21 +592,5 @@ patches = [
# Fix deadlock in EmbeddedTestServer::ShutdownAndWaitUntilComplete.
# https://chromium-review.googlesource.com/c/chromium/src/+/3798752
'name': 'net_test_server_3798752'
},
{
# Fix duplicate symbols for media_router::LoggerList.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1368642
'name': 'chrome_browser_media_router_1368642'
},
{
# Fix unnecessary pdf_nup_converter_client.h include from
# chrome/browser/devtools/protocol/page_handler.cc.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1366011
'name': 'chrome_browser_devtools_1366011'
},
{
# Support GN configuration of enable_rlz (see issue #3404).
# https://chromium-review.googlesource.com/c/chromium/src/+/3934411
'name': 'rlz_3934411'
}
]