Skip to content

Commit 07e4bdd

Browse files
Update to Chromium 126.0.6478.126
1 parent d12438d commit 07e4bdd

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

chromium_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
126.0.6478.114
1+
126.0.6478.126

domain_substitution.list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,6 +1806,7 @@ chrome/browser/metrics/per_user_state_manager_chromeos_browsertest.cc
18061806
chrome/browser/metrics/perf/perf_events_collector.cc
18071807
chrome/browser/metrics/testing/sync_metrics_test_utils.cc
18081808
chrome/browser/metrics/usage_scenario/tab_usage_scenario_tracker.cc
1809+
chrome/browser/metrics/usage_scenario/tab_usage_scenario_tracker_unittest.cc
18091810
chrome/browser/metrics/variations/variations_http_headers_browsertest.cc
18101811
chrome/browser/nacl_host/nacl_infobar_delegate.cc
18111812
chrome/browser/navigation_predictor/anchor_element_preloader_browsertest.cc
@@ -11973,6 +11974,7 @@ third_party/icu/source/tools/toolutil/pkg_genc.cpp
1197311974
third_party/inspector_protocol/crdtp/cbor.cc
1197411975
third_party/inspector_protocol/crdtp/json.cc
1197511976
third_party/inspector_protocol/roll.py
11977+
third_party/instrumented_libs/focal/BUILD.gn
1197611978
third_party/ipcz/src/reference_drivers/random.cc
1197711979
third_party/isimpledom/ISimpleDOMDocument.idl
1197811980
third_party/isimpledom/ISimpleDOMNode.idl

patches/core/ungoogled-chromium/fix-building-without-safebrowsing.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@
594594
#include "chrome/grit/generated_resources.h"
595595
#include "components/enterprise/buildflags/buildflags.h"
596596
#include "components/enterprise/common/files_scan_data.h"
597-
@@ -1099,15 +1097,6 @@ void ContentAnalysisDelegate::AckAllRequ
597+
@@ -1103,15 +1101,6 @@ void ContentAnalysisDelegate::AckAllRequ
598598
void ContentAnalysisDelegate::FinishLargeDataRequestEarly(
599599
std::unique_ptr<safe_browsing::BinaryUploadService::Request> request,
600600
safe_browsing::BinaryUploadService::Result result) {
@@ -623,7 +623,7 @@
623623
// `content::ClipboardPasteData` object.
624624
--- a/chrome/browser/enterprise/connectors/analysis/content_analysis_downloads_delegate.cc
625625
+++ b/chrome/browser/enterprise/connectors/analysis/content_analysis_downloads_delegate.cc
626-
@@ -119,7 +119,7 @@ ContentAnalysisDownloadsDelegate::GetCus
626+
@@ -123,7 +123,7 @@ ContentAnalysisDownloadsDelegate::GetCus
627627
}
628628

629629
bool ContentAnalysisDownloadsDelegate::BypassRequiresJustification() const {

patches/extra/ungoogled-chromium/add-flag-to-close-window-with-last-tab.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "base/containers/adapters.h"
99
#include "base/containers/contains.h"
1010
#include "base/containers/flat_map.h"
11-
@@ -2224,6 +2225,10 @@ void TabStripModel::CloseTabs(base::span
11+
@@ -2220,6 +2221,10 @@ void TabStripModel::CloseTabs(base::span
1212
return;
1313
}
1414

0 commit comments

Comments
 (0)