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 | |
pennymac | 5446d89 | 2016-08-27 10:45:12 | [diff] [blame] | 8 | namespace elf_security { |
| 9 | |
pennymac | 4e0b5f2 | 2016-07-19 19:15:45 | [diff] [blame] | 10 | // Setup any early browser-process security. |
| 11 | void EarlyBrowserSecurity(); |
| 12 | |
pennymac | 5446d89 | 2016-08-27 10:45:12 | [diff] [blame] | 13 | } // namespace elf_security |
| 14 | |
pennymac | 4e0b5f2 | 2016-07-19 19:15:45 | [diff] [blame] | 15 | #endif // CHROME_ELF_CHROME_ELF_SECURITY_H_ |