summaryrefslogtreecommitdiff
path: root/chromium/chrome_elf/chrome_elf_security.h
blob: faf2057223152530bf0f613e1623543bbee3d478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_ELF_CHROME_ELF_SECURITY_H_
#define CHROME_ELF_CHROME_ELF_SECURITY_H_

namespace elf_security {

// Setup any early browser-process security.
void EarlyBrowserSecurity();

}  // namespace elf_security

#endif  // CHROME_ELF_CHROME_ELF_SECURITY_H_