| Index: chrome_elf/chrome_elf_util.h
|
| diff --git a/chrome_elf/chrome_elf_util.h b/chrome_elf/chrome_elf_util.h
|
| index 673943d65139fb0fba627c046e5745f135c235ae..2d4014989ccb5b7ff841fa47b262e6275201f73e 100644
|
| --- a/chrome_elf/chrome_elf_util.h
|
| +++ b/chrome_elf/chrome_elf_util.h
|
| @@ -38,6 +38,9 @@ void InitializeProcessType();
|
| // process. False otherwise.
|
| bool IsNonBrowserProcess();
|
|
|
| +// Setup any early browser-process security.
|
| +void EarlyBrowserSecurity();
|
| +
|
| // Caches the |ProcessType| of the current process.
|
| extern ProcessType g_process_type;
|
|
|
|
|