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

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: Address comments. 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 f147778ebd8f92a440bf170f79238177874fd2b7..70545ab180dc1131fac46d7fdf8abf3312cf035f 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