File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- 126.0.6478.114
1
+ 126.0.6478.126
Original file line number Diff line number Diff line change @@ -1806,6 +1806,7 @@ chrome/browser/metrics/per_user_state_manager_chromeos_browsertest.cc
1806
1806
chrome/browser/metrics/perf/perf_events_collector.cc
1807
1807
chrome/browser/metrics/testing/sync_metrics_test_utils.cc
1808
1808
chrome/browser/metrics/usage_scenario/tab_usage_scenario_tracker.cc
1809
+ chrome/browser/metrics/usage_scenario/tab_usage_scenario_tracker_unittest.cc
1809
1810
chrome/browser/metrics/variations/variations_http_headers_browsertest.cc
1810
1811
chrome/browser/nacl_host/nacl_infobar_delegate.cc
1811
1812
chrome/browser/navigation_predictor/anchor_element_preloader_browsertest.cc
@@ -11973,6 +11974,7 @@ third_party/icu/source/tools/toolutil/pkg_genc.cpp
11973
11974
third_party/inspector_protocol/crdtp/cbor.cc
11974
11975
third_party/inspector_protocol/crdtp/json.cc
11975
11976
third_party/inspector_protocol/roll.py
11977
+ third_party/instrumented_libs/focal/BUILD.gn
11976
11978
third_party/ipcz/src/reference_drivers/random.cc
11977
11979
third_party/isimpledom/ISimpleDOMDocument.idl
11978
11980
third_party/isimpledom/ISimpleDOMNode.idl
Original file line number Diff line number Diff line change 594
594
#include "chrome/grit/generated_resources.h"
595
595
#include "components/enterprise/buildflags/buildflags.h"
596
596
#include "components/enterprise/common/files_scan_data.h"
597
- @@ -1099 ,15 +1097 ,6 @@ void ContentAnalysisDelegate::AckAllRequ
597
+ @@ -1103 ,15 +1101 ,6 @@ void ContentAnalysisDelegate::AckAllRequ
598
598
void ContentAnalysisDelegate::FinishLargeDataRequestEarly(
599
599
std::unique_ptr<safe_browsing::BinaryUploadService::Request> request,
600
600
safe_browsing::BinaryUploadService::Result result) {
623
623
// `content::ClipboardPasteData` object.
624
624
--- a/chrome/browser/enterprise/connectors/analysis/content_analysis_downloads_delegate.cc
625
625
+++ 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
627
627
}
628
628
629
629
bool ContentAnalysisDownloadsDelegate::BypassRequiresJustification() const {
Original file line number Diff line number Diff line change 8
8
#include "base/containers/adapters.h"
9
9
#include "base/containers/contains.h"
10
10
#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
12
12
return;
13
13
}
14
14
You can’t perform that action at this time.
0 commit comments