| Index: chrome_elf/blacklist/blacklist.h
|
| diff --git a/chrome_elf/blacklist/blacklist.h b/chrome_elf/blacklist/blacklist.h
|
| index 9877c2930cc02ad2319e86824635f5d609aa69bb..a99a0e5a77060ab3f9da7cbd9e602529154781d1 100644
|
| --- a/chrome_elf/blacklist/blacklist.h
|
| +++ b/chrome_elf/blacklist/blacklist.h
|
| @@ -69,6 +69,10 @@ void BlockedDll(size_t blocked_index);
|
| // for tests.
|
| bool Initialize(bool force);
|
|
|
| +// Add the dlls, originally passed in through finch, from the registry to the
|
| +// blacklist so that they will be blocked identically to those hard coded in.
|
| +void AddDllsFromRegistryToBlacklist();
|
| +
|
| } // namespace blacklist
|
|
|
| #endif // CHROME_ELF_BLACKLIST_BLACKLIST_H_
|
|
|