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

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

Issue 937353002: Adding method to create process using LowBox token in sandbox code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added platform checking Created 5 years, 10 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/process_thread_interception.cc
diff --git a/sandbox/win/src/process_thread_interception.cc b/sandbox/win/src/process_thread_interception.cc
index 45926bc5f6358a4b326f3c7bf04483b3dabd434a..aec72e9f05728ffabf1aff806d0ca988129562ae 100644
--- a/sandbox/win/src/process_thread_interception.cc
+++ b/sandbox/win/src/process_thread_interception.cc
@@ -5,6 +5,7 @@
#include "sandbox/win/src/process_thread_interception.h"
#include "sandbox/win/src/crosscall_client.h"
+#include "sandbox/win/src/interceptors.h"
forshaw 2015/02/20 11:38:02 Was there more changes to this file? Removing this
Shrikant Kelkar 2015/02/21 02:32:40 There were more changes in here.. I was returning
#include "sandbox/win/src/ipc_tags.h"
#include "sandbox/win/src/policy_params.h"
#include "sandbox/win/src/policy_target.h"

Powered by Google App Engine
This is Rietveld 408576698