Skip to content

Commit

Permalink
Update to Chromium 133.0.6943.141
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahrotahn committed Feb 27, 2025
1 parent 3c764bf commit 1602c44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chromium_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
133.0.6943.126
133.0.6943.141
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,13 @@
PriorVisitsToReferrer visits) const {
DCHECK_CURRENTLY_ON(BrowserThread::UI);

- // User-initiated extension downloads from pref-whitelisted sources are not
- // considered dangerous.
- if (download_->HasUserGesture() &&
- download_crx_util::IsTrustedExtensionDownload(GetProfile(), *download_)) {
- return DownloadFileType::NOT_DANGEROUS;
- }
-
- DownloadFileType::DangerLevel danger_level =
- safe_browsing::FileTypePolicies::GetInstance()->GetFileDangerLevel(
- virtual_path_.BaseName(), download_->GetURL(),
Expand Down Expand Up @@ -357,13 +364,6 @@
- return DownloadFileType::NOT_DANGEROUS;
- }
-
- // User-initiated extension downloads from pref-whitelisted sources are not
- // considered dangerous.
- if (download_->HasUserGesture() &&
- download_crx_util::IsTrustedExtensionDownload(GetProfile(), *download_)) {
- return DownloadFileType::NOT_DANGEROUS;
- }
-
- // Anything the user has marked auto-open is OK if it's user-initiated.
- if (download_prefs_->IsAutoOpenEnabled(download_->GetURL(), virtual_path_) &&
- download_->HasUserGesture())
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/net/proxy_resolution/pac_file_fetcher_impl.cc
+++ b/net/proxy_resolution/pac_file_fetcher_impl.cc
@@ -359,13 +359,6 @@
@@ -359,13 +359,6 @@ bool PacFileFetcherImpl::ConsumeBytesRea
return false;
}

Expand Down

0 comments on commit 1602c44

Please sign in to comment.