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

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

Issue 1263603002: Rework target process creation to minimize creation routes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed token variables to reflect their lowbox status Created 5 years, 2 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 | « no previous file | sandbox/win/src/broker_services.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/broker_services.h
diff --git a/sandbox/win/src/broker_services.h b/sandbox/win/src/broker_services.h
index 5fd6ca424c78aec8f633833cb56eca4c8b1c7eb7..b16d5fcc2831f73508992795a30ff1fa77a4c78b 100644
--- a/sandbox/win/src/broker_services.h
+++ b/sandbox/win/src/broker_services.h
@@ -64,10 +64,8 @@ class BrokerServicesBase final : public BrokerServices,
bool IsActiveTarget(DWORD process_id);
private:
- struct TokenPair;
typedef std::list<JobTracker*> JobTrackerList;
typedef std::map<DWORD, PeerTracker*> PeerTrackerMap;
- typedef std::map<uint32_t, TokenPair*> TokenCacheMap;
// The routine that the worker thread executes. It is in charge of
// notifications and cleanup-related tasks.
« no previous file with comments | « no previous file | sandbox/win/src/broker_services.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698