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

Unified Diff: remoting/host/win/com_security.h

Issue 2037163002: Removing WinXP and Vista specific code from Chromoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sas_be_gone
Patch Set: Addressing feedback Created 4 years, 6 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 | « remoting/host/win/chromoting_module.cc ('k') | remoting/host/win/com_security.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/com_security.h
diff --git a/remoting/host/win/com_security.h b/remoting/host/win/com_security.h
index 846450c1467d3d3622dbd177b309e6fc28cfdf3d..674b67c13a609690eb8008f4c15be8675502df23 100644
--- a/remoting/host/win/com_security.h
+++ b/remoting/host/win/com_security.h
@@ -19,14 +19,11 @@
namespace remoting {
// Initializes COM security of the process applying the passed security
-// descriptor. The mandatory label is applied if mandatory integrity control is
-// supported by the OS (i.e. on Vista and above). The function configures
-// the following settings:
-// - the server authenticates that all data received is from the expected
-// client.
-// - the server can impersonate clients to check their identity but cannot act
-// on their behalf.
-// - the caller's identity is verified on every call (Dynamic cloaking).
+// descriptor. The function configures the following settings:
+// - Server authenticates that all data received is from the expected client.
+// - Server can impersonate clients to check their identity but cannot act on
+// their behalf.
+// - Caller's identity is verified on every call (Dynamic cloaking).
// - Unless |activate_as_activator| is true, activations where the server would
// run under this process's identity are prohibited.
bool InitializeComSecurity(const std::string& security_descriptor,
« no previous file with comments | « remoting/host/win/chromoting_module.cc ('k') | remoting/host/win/com_security.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698