Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/shared/Utils.h

Issue 5792731695677440: Fix named pipe security on Windows 7 (Closed)
Patch Set: Created May 13, 2014, 12:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/shared/Utils.h
===================================================================
--- a/src/shared/Utils.h
+++ b/src/shared/Utils.h
@@ -31,7 +31,7 @@
bool IsWindowsVistaOrLater();
-bool IsAppContainersSupported();
+bool IsWindows8OrLater();
std::string ToUtf8String(const std::wstring& str);
std::wstring ToUtf16String(const std::string& str);

Powered by Google App Engine
This is Rietveld