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

Unified Diff: src/shared/Communication.h

Issue 11756012: Enhanced Protected Mode support (Closed)
Patch Set: Created Sept. 15, 2013, 1 a.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/Communication.h
===================================================================
--- a/src/shared/Communication.h
+++ b/src/shared/Communication.h
@@ -12,6 +12,7 @@
namespace Communication
{
extern const std::wstring pipeName;
+ extern std::wstring browserSID;
enum ProcType : uint32_t {
PROC_MATCHES,
@@ -190,6 +191,7 @@
protected:
HANDLE pipe;
+ PSECURITY_DESCRIPTOR securitydescriptor;
Oleksandr 2013/09/17 08:27:19 We need to be able to delete it when object is des
Felix Dahlke 2013/09/17 09:13:51 Shouldn't it have the same lifetime as the SECURIT
};
}

Powered by Google App Engine
This is Rietveld