Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1737)

Unified Diff: patches/nspr-attach-as-system-thread.patch

Issue 2078763002: Delete bundled copy of NSS and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss@master
Patch Set: Delete bundled copy of NSS and replace with README. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nss/lib/util/verref.h ('k') | patches/nspr-overflow.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/nspr-attach-as-system-thread.patch
diff --git a/patches/nspr-attach-as-system-thread.patch b/patches/nspr-attach-as-system-thread.patch
deleted file mode 100644
index e06806ce7731e7761b48303e44de58465eab96ef..0000000000000000000000000000000000000000
--- a/patches/nspr-attach-as-system-thread.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/nspr/pr/src/md/windows/w95thred.c b/nspr/pr/src/md/windows/w95thred.c
-index 52bfb02..2741d94 100644
---- a/nspr/pr/src/md/windows/w95thred.c
-+++ b/nspr/pr/src/md/windows/w95thred.c
-@@ -318,7 +318,7 @@ PRThread *thread;
-
- if (NULL == thread) {
- thread = _PRI_AttachThread(
-- PR_USER_THREAD, PR_PRIORITY_NORMAL, NULL, 0);
-+ PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, NULL, 0);
- }
- PR_ASSERT(thread != NULL);
- return thread;
« no previous file with comments | « nss/lib/util/verref.h ('k') | patches/nspr-overflow.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698