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

Unified Diff: sandbox/win/src/sandbox_policy_base.h

Issue 330853002: Add UIPI support for sandbox alternate desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: conditional tweak Created 6 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
Index: sandbox/win/src/sandbox_policy_base.h
diff --git a/sandbox/win/src/sandbox_policy_base.h b/sandbox/win/src/sandbox_policy_base.h
index 540f261cdde6161fe9911cd5751f6b3a6899bc7c..fc70cb61e4a9c4aa63cc1b27e86eeea12537a9d1 100644
--- a/sandbox/win/src/sandbox_policy_base.h
+++ b/sandbox/win/src/sandbox_policy_base.h
@@ -157,6 +157,7 @@ class PolicyBase : public Dispatcher, public TargetPolicy {
static HDESK alternate_desktop_handle_;
static HWINSTA alternate_winstation_handle_;
+ static IntegrityLevel alternate_desktop_integrity_label_;
DISALLOW_COPY_AND_ASSIGN(PolicyBase);
};

Powered by Google App Engine
This is Rietveld 408576698