pennymac | 4e0b5f2 | 2016-07-19 19:15:45 | [diff] [blame] | 1 | // Copyright 2016 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. | ||||
4 | |||||
5 | #ifndef CHROME_ELF_CHROME_ELF_SECURITY_H_ | ||||
6 | #define CHROME_ELF_CHROME_ELF_SECURITY_H_ | ||||
7 | |||||
8 | // Setup any early browser-process security. | ||||
9 | void EarlyBrowserSecurity(); | ||||
10 | |||||
pennymac | 4e0b5f2 | 2016-07-19 19:15:45 | [diff] [blame] | 11 | #endif // CHROME_ELF_CHROME_ELF_SECURITY_H_ |