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

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

Issue 1867223005: Removed old AppContainer support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang warning and fix test. Created 4 years, 8 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 | « sandbox/win/src/broker_services.cc ('k') | sandbox/win/src/sandbox_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/sandbox.h
diff --git a/sandbox/win/src/sandbox.h b/sandbox/win/src/sandbox.h
index 193605d1ea5b6e4ded9b10751be319d07276265c..915a6972a2531d86e7b355a88fee68cf5b70df62 100644
--- a/sandbox/win/src/sandbox.h
+++ b/sandbox/win/src/sandbox.h
@@ -91,15 +91,6 @@ class BrokerServices {
// If the return is ERROR_GENERIC, you can call ::GetLastError() to get
// more information.
virtual ResultCode AddTargetPeer(HANDLE peer_process) = 0;
-
- // Install the AppContainer with the specified sid an name. Returns ALL_OK if
- // successful or an error code if the AppContainer cannot be installed.
- virtual ResultCode InstallAppContainer(const wchar_t* sid,
- const wchar_t* name) = 0;
-
- // Removes from the system the AppContainer with the specified sid.
- // Returns ALL_OK if successful or an error code otherwise.
- virtual ResultCode UninstallAppContainer(const wchar_t* sid) = 0;
};
// TargetServices models the current process from the perspective
« no previous file with comments | « sandbox/win/src/broker_services.cc ('k') | sandbox/win/src/sandbox_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698