Chromium Code Reviews| Index: chrome_elf/blacklist/blacklist.cc |
| diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc |
| index bf48435e3e0475d1780df5226baa27297359e2bc..f82b6d3bb104f93d8f8f05bae684399df3ab256a 100644 |
| --- a/chrome_elf/blacklist/blacklist.cc |
| +++ b/chrome_elf/blacklist/blacklist.cc |
| @@ -300,6 +300,7 @@ bool RemoveDllFromBlacklist(const wchar_t* dll_name) { |
| } |
| bool Initialize(bool force) { |
| + |
|
robertshield
2014/02/10 18:43:14
nit: remove blank line
Cait (Slow)
2014/02/12 19:15:41
Done.
|
| // Check to see that we found the functions we need in ntdll. |
| if (!InitializeInterceptImports()) |
| return false; |
| @@ -424,7 +425,6 @@ bool Initialize(bool force) { |
| sizeof(g_thunk_storage), |
| PAGE_EXECUTE_READ, |
| &old_protect); |
| - |
| RecordSuccessfulThunkSetup(&key); |
| return NT_SUCCESS(ret) && page_executable; |