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

Unified Diff: runtime/bin/file.h

Issue 9617012: Allow std{in,out,err} to be a socket (Closed)
Patch Set: Respond to review comments Created 8 years, 9 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 | « no previous file | runtime/bin/file_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/file.h
diff --git a/runtime/bin/file.h b/runtime/bin/file.h
index 4d9bd4dc5e4341b42a82a3ac83fa4f3cd4ec4756..0fdc398640235f500997b2283d2e12f51313be74 100644
--- a/runtime/bin/file.h
+++ b/runtime/bin/file.h
@@ -46,7 +46,8 @@ class File {
kTerminal = 0,
kPipe = 1,
kFile = 2,
- kOther = 3
+ kSocket = 3,
+ kOther = -1
};
enum FileRequest {
« no previous file with comments | « no previous file | runtime/bin/file_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698