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

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

Issue 2950153002: Improve process launch handle sharing API. (Closed)
Patch Set: Fix Created 3 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.cc
diff --git a/sandbox/win/src/sandbox_policy_base.cc b/sandbox/win/src/sandbox_policy_base.cc
index 391f55991748a1a871b26537ebab1388c8f68289..2c0986791239dee10f69bc1afba4fbbd8826e6d2 100644
--- a/sandbox/win/src/sandbox_policy_base.cc
+++ b/sandbox/win/src/sandbox_policy_base.cc
@@ -406,7 +406,7 @@ void PolicyBase::SetLockdownDefaultDacl() {
lockdown_default_dacl_ = true;
}
-const base::HandlesToInheritVector& PolicyBase::GetHandlesBeingShared() {
+const std::vector<HANDLE>& PolicyBase::GetHandlesBeingShared() {
return handles_to_share_;
}

Powered by Google App Engine
This is Rietveld 408576698