Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git apply result for master branch #630

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/patches/00Internal-firewall.patch
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ diff --git a/chrome/browser/offline_pages/android/downloads/offline_page_downloa
diff --git a/components/download/content/internal/context_menu_download.cc b/components/download/content/internal/context_menu_download.cc
--- a/components/download/content/internal/context_menu_download.cc
+++ b/components/download/content/internal/context_menu_download.cc
@@ -15,6 +15,36 @@
@@ -17,6 +17,36 @@

namespace download {

Expand Down Expand Up @@ -165,7 +165,7 @@ diff --git a/components/download/content/internal/context_menu_download.cc b/com
void CreateContextMenuDownload(content::WebContents* web_contents,
const content::ContextMenuParams& params,
const std::string& origin,
@@ -27,7 +57,7 @@ void CreateContextMenuDownload(content::WebContents* web_contents,
@@ -29,7 +59,7 @@ void CreateContextMenuDownload(content::WebContents* web_contents,
std::unique_ptr<download::DownloadUrlParameters> dl_params(
content::DownloadRequestUtils::CreateDownloadForWebContentsMainFrame(
web_contents, url,
Expand Down
Loading