Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(689)

Unified Diff: trunk/src/chrome_elf/ntdll_cache.h

Issue 189803007: Revert 255151 "Make chrome_elf use thunks instead of function po..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome_elf/ntdll_cache.h
===================================================================
--- trunk/src/chrome_elf/ntdll_cache.h (revision 255702)
+++ trunk/src/chrome_elf/ntdll_cache.h (working copy)
@@ -7,15 +7,9 @@
#include "chrome_elf/chrome_elf_types.h"
-namespace sandbox {
-struct ThunkData;
-}
-
// Caches the addresses of all functions exported by ntdll in |g_ntdll_lookup|.
void InitCache();
extern FunctionLookupTable g_ntdll_lookup;
-extern sandbox::ThunkData g_nt_thunk_storage;
-
#endif // CHROME_ELF_NTDLL_CACHE_H_
« no previous file with comments | « trunk/src/chrome_elf/create_file/chrome_create_file_unittest.cc ('k') | trunk/src/chrome_elf/ntdll_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698