aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_browser_render__process__host.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_public_browser_render__process__host.h')
-rw-r--r--www/chromium/files/patch-content_public_browser_render__process__host.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-content_public_browser_render__process__host.h b/www/chromium/files/patch-content_public_browser_render__process__host.h
deleted file mode 100644
index e092947641fb..000000000000
--- a/www/chromium/files/patch-content_public_browser_render__process__host.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- content/public/browser/render_process_host.h.orig 2023-05-31 08:12:17 UTC
-+++ content/public/browser/render_process_host.h
-@@ -54,7 +54,7 @@
- #include "services/network/public/mojom/attribution.mojom-forward.h"
- #endif
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- #include "media/mojo/mojom/stable/stable_video_decoder.mojom-forward.h"
- #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-
-@@ -651,7 +651,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::S
- const blink::StorageKey& storage_key,
- mojo::PendingReceiver<blink::mojom::WebSocketConnector> receiver) = 0;
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- virtual void CreateStableVideoDecoder(
- mojo::PendingReceiver<media::stable::mojom::StableVideoDecoder>
- receiver) = 0;