| Index: chrome_elf/blacklist/blacklist.h
|
| diff --git a/chrome_elf/blacklist/blacklist.h b/chrome_elf/blacklist/blacklist.h
|
| index 17a511d487712c2d3259a16aa66abe37f2214d82..4167dd49aa563915002ce5e6248bdce7e46139bd 100644
|
| --- a/chrome_elf/blacklist/blacklist.h
|
| +++ b/chrome_elf/blacklist/blacklist.h
|
| @@ -47,6 +47,9 @@ bool ResetBeacon();
|
| // Return the size of the current blacklist.
|
| int BlacklistSize();
|
|
|
| +// Returns if true if the blacklist has been initialized.
|
| +extern "C" bool IsBlacklistInitialized();
|
| +
|
| // Adds the given dll name to the blacklist. Returns true if the dll name is in
|
| // the blacklist when this returns, false on error. Note that this will copy
|
| // |dll_name| and will leak it on exit if the string is not subsequently removed
|
|
|