| Index: chrome_elf/blacklist/blacklist.h
|
| diff --git a/chrome_elf/blacklist/blacklist.h b/chrome_elf/blacklist/blacklist.h
|
| index 58cc16b3b8fb28850cfebd5fabda3d2a1934197a..9ea680cd8d80d615d62625a7a3180b52b951a71a 100644
|
| --- a/chrome_elf/blacklist/blacklist.h
|
| +++ b/chrome_elf/blacklist/blacklist.h
|
| @@ -62,7 +62,7 @@ extern "C" void SuccessfullyBlocked(const wchar_t** blocked_dlls, int* size);
|
|
|
| // 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.
|
| -extern "C" bool AddDllsFromRegistryToBlacklist();
|
| +extern "C" void AddDllsFromRegistryToBlacklist();
|
|
|
| // Record that the dll at the given index was blocked.
|
| void BlockedDll(size_t blocked_index);
|
|
|