blob: 3f4db553c259f942e00d74887f2343412bdd3850 [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
8// Setup any early browser-process security.
9void EarlyBrowserSecurity();
10
pennymac4e0b5f22016-07-19 19:15:4511#endif // CHROME_ELF_CHROME_ELF_SECURITY_H_