diff options
author | Matthias Wolf <matthias@rheinwolf.de> | 2021-04-27 16:25:26 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-04-27 16:29:47 +0200 |
commit | be6259aac7b38bb3129be18e4ca60d42078cca3e (patch) | |
tree | c751b3c98ce06f6217fb44fc88ad582a05327926 /www/chromium/files/patch-chrome_utility_services.cc | |
parent | benchmarks/dbs: extend BROKENness to FreeBSD 14 (diff) |
www/chromium: update to 90.0.4430.85
Tested by: Matthias Wolf, rene
MFH: 2021Q2
Security: http://vuxml.freebsd.org/freebsd/cb13a765-a277-11eb-97a0-e09467587c17.html
Diffstat (limited to 'www/chromium/files/patch-chrome_utility_services.cc')
-rw-r--r-- | www/chromium/files/patch-chrome_utility_services.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-chrome_utility_services.cc b/www/chromium/files/patch-chrome_utility_services.cc index ec1cac03fc4f..bc452e44d1d1 100644 --- a/www/chromium/files/patch-chrome_utility_services.cc +++ b/www/chromium/files/patch-chrome_utility_services.cc @@ -1,6 +1,6 @@ ---- chrome/utility/services.cc.orig 2021-03-12 23:57:21 UTC +--- chrome/utility/services.cc.orig 2021-04-14 18:40:58 UTC +++ chrome/utility/services.cc -@@ -76,7 +76,7 @@ +@@ -84,7 +84,7 @@ #endif #if BUILDFLAG(ENABLE_PRINTING) @@ -9,7 +9,7 @@ defined(OS_CHROMEOS) #include "chrome/services/printing/print_backend_service_impl.h" #include "chrome/services/printing/public/mojom/print_backend_service.mojom.h" -@@ -227,7 +227,7 @@ auto RunPaintPreviewCompositor( +@@ -251,7 +251,7 @@ auto RunPaintPreviewCompositor( #endif // BUILDFLAG(ENABLE_PAINT_PREVIEW) #if BUILDFLAG(ENABLE_PRINTING) @@ -18,7 +18,7 @@ defined(OS_CHROMEOS) auto RunPrintBackendService( mojo::PendingReceiver<printing::mojom::PrintBackendService> receiver) { -@@ -335,7 +335,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& +@@ -374,7 +374,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& #endif #if BUILDFLAG(ENABLE_PRINTING) |