blob: faf2057223152530bf0f613e1623543bbee3d478 [file] [log] [blame]
pennymac4e0b5f22016-07-19 19:15:451// 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
pennymac5446d892016-08-27 10:45:128namespace elf_security {
9
pennymac4e0b5f22016-07-19 19:15:4510// Setup any early browser-process security.
11void EarlyBrowserSecurity();
12
pennymac5446d892016-08-27 10:45:1213} // namespace elf_security
14
pennymac4e0b5f22016-07-19 19:15:4515#endif // CHROME_ELF_CHROME_ELF_SECURITY_H_