Skip to content

Commit

Permalink
Update to Chromium 125.0.6422.141
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahrotahn committed May 30, 2024
1 parent 9994032 commit edd233e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chromium_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
125.0.6422.112
125.0.6422.141
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This prevents trk:148 (phishing) and trk:149 (malware).

--- a/components/safe_browsing/content/browser/client_side_detection_service.cc
+++ b/components/safe_browsing/content/browser/client_side_detection_service.cc
@@ -249,6 +249,10 @@ void ClientSideDetectionService::StartCl
@@ -264,6 +264,10 @@ void ClientSideDetectionService::StartCl
return;
}

Expand All @@ -24,7 +24,7 @@ This prevents trk:148 (phishing) and trk:149 (malware).
std::string request_data;
request->SerializeToString(&request_data);

@@ -330,6 +334,7 @@ void ClientSideDetectionService::StartCl
@@ -347,6 +351,7 @@ void ClientSideDetectionService::StartCl
base::BindOnce(&WebUIInfoSingleton::AddToClientPhishingRequestsSent,
base::Unretained(WebUIInfoSingleton::GetInstance()),
std::move(request), access_token));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

--- a/chrome/browser/ui/browser_commands.cc
+++ b/chrome/browser/ui/browser_commands.cc
@@ -535,11 +535,6 @@ int GetContentRestrictions(const Browser
@@ -551,11 +551,6 @@ int GetContentRestrictions(const Browser
CoreTabHelper* core_tab_helper =
CoreTabHelper::FromWebContents(current_tab);
content_restrictions = core_tab_helper->content_restrictions();
Expand All @@ -14,7 +14,7 @@
}
return content_restrictions;
}
@@ -1682,8 +1677,7 @@ bool CanSavePage(const Browser* browser)
@@ -1698,8 +1693,7 @@ bool CanSavePage(const Browser* browser)
DownloadPrefs::DownloadRestriction::ALL_FILES) {
return false;
}
Expand Down

0 comments on commit edd233e

Please sign in to comment.