| 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
|
|
|