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: Addressing comments Created Sept. 17, 2013, 2:51 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;
Wladimir Palant 2013/09/17 07:53:48 My comment hasn't been addressed: Why do we need t
};
}

Powered by Google App Engine
This is Rietveld