| Index: chrome_elf/chrome_elf_security.h
|
| diff --git a/chrome_elf/chrome_elf_security.h b/chrome_elf/chrome_elf_security.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3f4db553c259f942e00d74887f2343412bdd3850
|
| --- /dev/null
|
| +++ b/chrome_elf/chrome_elf_security.h
|
| @@ -0,0 +1,11 @@
|
| +// 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_
|
| +
|
| +// Setup any early browser-process security.
|
| +void EarlyBrowserSecurity();
|
| +
|
| +#endif // CHROME_ELF_CHROME_ELF_SECURITY_H_
|
|
|