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

Unified Diff: net/third_party/nss/patches/applypatches.sh

Issue 18346010: net: support ALPN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the new error. Created 7 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
Index: net/third_party/nss/patches/applypatches.sh
diff --git a/net/third_party/nss/patches/applypatches.sh b/net/third_party/nss/patches/applypatches.sh
index e8d9f5f39f614759e20443ac90c867267f352068..9506afd538e827ccac510a9ff59a4f43bc2a4d37 100755
--- a/net/third_party/nss/patches/applypatches.sh
+++ b/net/third_party/nss/patches/applypatches.sh
@@ -57,3 +57,5 @@ patch -p4 < $patches_dir/tls12certrequest.patch
patch -p4 < $patches_dir/tls12hmacsha256.patch
patch -p4 < $patches_dir/tls12handshakehashes.patch
+
+patch -p5 < $patches_dir/alpn.patch

Powered by Google App Engine
This is Rietveld 408576698