diff options
Diffstat (limited to 'www/chromium/files/patch-content_child_child__process.h')
-rw-r--r-- | www/chromium/files/patch-content_child_child__process.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-content_child_child__process.h b/www/chromium/files/patch-content_child_child__process.h deleted file mode 100644 index e29e5f3dc22d..000000000000 --- a/www/chromium/files/patch-content_child_child__process.h +++ /dev/null @@ -1,11 +0,0 @@ ---- content/child/child_process.h.orig 2017-06-05 19:03:07 UTC -+++ content/child/child_process.h -@@ -79,7 +79,7 @@ class CONTENT_EXPORT ChildProcess { - void AddRefProcess(); - void ReleaseProcess(); - --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) - void SetIOThreadPriority(base::ThreadPriority io_thread_priority); - #endif - |