diff options
Diffstat (limited to 'www/chromium/files/patch-content_child_child__thread__impl.h')
-rw-r--r-- | www/chromium/files/patch-content_child_child__thread__impl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-content_child_child__thread__impl.h b/www/chromium/files/patch-content_child_child__thread__impl.h deleted file mode 100644 index f2dd0261751b..000000000000 --- a/www/chromium/files/patch-content_child_child__thread__impl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- content/child/child_thread_impl.h.orig 2017-06-05 19:03:07 UTC -+++ content/child/child_thread_impl.h -@@ -112,7 +112,7 @@ class CONTENT_EXPORT ChildThreadImpl - static std::unique_ptr<base::SharedMemory> AllocateSharedMemory( - size_t buf_size); - --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) - void SetThreadPriority(base::PlatformThreadId id, - base::ThreadPriority priority); - #endif |