diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index cc0da2cd3..9b6d34321 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,5 +7,5 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/134.0.6998.23' + 'chromium_checkout': 'refs/tags/134.0.6998.35' } diff --git a/patch/patches/chrome_browser.patch b/patch/patches/chrome_browser.patch index ce467aa55..28b658d33 100644 --- a/patch/patches/chrome_browser.patch +++ b/patch/patches/chrome_browser.patch @@ -1,5 +1,5 @@ diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn -index 9f293f4ddd146..e9b20e7c5f39d 100644 +index ab4deb1a228f5..c98b27c19a611 100644 --- chrome/browser/BUILD.gn +++ chrome/browser/BUILD.gn @@ -11,6 +11,7 @@ import("//build/config/compiler/pgo/pgo.gni") @@ -10,7 +10,7 @@ index 9f293f4ddd146..e9b20e7c5f39d 100644 import("//chrome/browser/buildflags.gni") import("//chrome/browser/downgrade/buildflags.gni") import("//chrome/browser/request_header_integrity/buildflags.gni") -@@ -1838,6 +1839,7 @@ static_library("browser") { +@@ -1844,6 +1845,7 @@ static_library("browser") { "//build/config/compiler:compiler_buildflags", "//build/config/linux/dbus:buildflags", "//cc", @@ -18,7 +18,7 @@ index 9f293f4ddd146..e9b20e7c5f39d 100644 "//chrome:extra_resources", "//chrome:resources", "//chrome:strings", -@@ -2524,6 +2526,10 @@ static_library("browser") { +@@ -2530,6 +2532,10 @@ static_library("browser") { sources += [ "net/net_error_diagnostics_dialog_stub.cc" ] } diff --git a/patch/patches/content_2015.patch b/patch/patches/content_2015.patch index 410aca7ce..18d7d8e7a 100644 --- a/patch/patches/content_2015.patch +++ b/patch/patches/content_2015.patch @@ -1,5 +1,5 @@ diff --git content/browser/devtools/devtools_http_handler.cc content/browser/devtools/devtools_http_handler.cc -index 8a8a0bdade6fe..59b9b4a7fe9da 100644 +index 1d0f19760a671..c21a9a23ff281 100644 --- content/browser/devtools/devtools_http_handler.cc +++ content/browser/devtools/devtools_http_handler.cc @@ -591,7 +591,7 @@ void DevToolsHttpHandler::OnJsonRequest( diff --git a/patch/patches/gn_config.patch b/patch/patches/gn_config.patch index 6d319e741..4e20c59d0 100644 --- a/patch/patches/gn_config.patch +++ b/patch/patches/gn_config.patch @@ -12,7 +12,7 @@ index 3f65718281973..66580417cc79e 100644 # https://crbug.com/474506. "//clank/java/BUILD.gn", diff --git BUILD.gn BUILD.gn -index a05810690041d..cac7f91fc271d 100644 +index 704ddc0e043d8..b762c1887cd3b 100644 --- BUILD.gn +++ BUILD.gn @@ -19,6 +19,7 @@ import("//build/config/sanitizers/sanitizers.gni") diff --git a/patch/patches/metrics_system_profile.patch b/patch/patches/metrics_system_profile.patch index 4609f2b61..aae662ea6 100644 --- a/patch/patches/metrics_system_profile.patch +++ b/patch/patches/metrics_system_profile.patch @@ -1,8 +1,8 @@ diff --git components/metrics/persistent_system_profile.cc components/metrics/persistent_system_profile.cc -index 3cef1f28ccdb0..c91c9927436de 100644 +index 5ffc5ec97f90a..d322d2a26264a 100644 --- components/metrics/persistent_system_profile.cc +++ components/metrics/persistent_system_profile.cc -@@ -401,6 +401,10 @@ bool PersistentSystemProfile::GetSystemProfile( +@@ -415,6 +415,10 @@ bool PersistentSystemProfile::GetSystemProfile( return true; } diff --git a/patch/patches/services_network_2718.patch b/patch/patches/services_network_2718.patch index 0b3211115..7ddde7677 100644 --- a/patch/patches/services_network_2718.patch +++ b/patch/patches/services_network_2718.patch @@ -1,8 +1,8 @@ diff --git content/browser/storage_partition_impl.cc content/browser/storage_partition_impl.cc -index 5b7298888a896..4d1d7d412179f 100644 +index 29a3522bffdd0..f5edd823612a4 100644 --- content/browser/storage_partition_impl.cc +++ content/browser/storage_partition_impl.cc -@@ -3402,9 +3402,12 @@ void StoragePartitionImpl::InitNetworkContext() { +@@ -3449,9 +3449,12 @@ void StoragePartitionImpl::InitNetworkContext() { cert_verifier::mojom::CertVerifierCreationParamsPtr cert_verifier_creation_params = cert_verifier::mojom::CertVerifierCreationParams::New();