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

Unified Diff: runtime/bin/utils.h

Issue 10916081: Add secure sockets to dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add Socket.read and pass port number to NSS. Created 8 years, 1 month 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: runtime/bin/utils.h
diff --git a/runtime/bin/utils.h b/runtime/bin/utils.h
index 7c050a424ae403f58648b4a934b4166f4bbae2b5..8a0bd5bed260ee1ebb2df2bf0d1145e0a8fe9a86 100644
--- a/runtime/bin/utils.h
+++ b/runtime/bin/utils.h
@@ -16,6 +16,7 @@ class OSError {
enum SubSystem {
kSystem,
kGetAddressInfo,
+ kNSS,
kUnknown = -1
};

Powered by Google App Engine
This is Rietveld 408576698