1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_BROWSER_BOOTSTRAP_SANDBOX_MAC_H_
6 #define CONTENT_BROWSER_BOOTSTRAP_SANDBOX_MAC_H_
9 class BootstrapSandbox
;
14 // Whether or not the bootstrap sandbox should be enabled.
15 bool ShouldEnableBootstrapSandbox();
17 // Returns the singleton instance of the BootstrapSandox. The returned object
19 // On the first call to this function, the sandbox will be created and all
20 // the policies will be registered with it.
21 sandbox::BootstrapSandbox
* GetBootstrapSandbox();
23 } // namespace content
25 #endif // CONTENT_BROWSER_BOOTSTRAP_SANDBOX_MAC_H_