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

Unified Diff: trunk/src/sandbox/win/src/service_resolver.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
« no previous file with comments | « trunk/src/chrome_elf/thunk_getter.cc ('k') | trunk/src/sandbox/win/src/service_resolver_32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/sandbox/win/src/service_resolver.h
===================================================================
--- trunk/src/sandbox/win/src/service_resolver.h (revision 255702)
+++ trunk/src/sandbox/win/src/service_resolver.h (working copy)
@@ -46,15 +46,6 @@
// Call this to set up ntdll_base_ which will allow for local patches.
virtual void AllowLocalPatches();
- // Verifies that the function specified by |target_name| in |target_module| is
- // a service and copies the data from that function into |thunk_storage|. If
- // |storage_bytes| is too small, then the method fails.
- virtual NTSTATUS CopyThunk(const void* target_module,
- const char* target_name,
- BYTE* thunk_storage,
- size_t storage_bytes,
- size_t* storage_used);
-
protected:
// The unit test will use this member to allow local patch on a buffer.
HMODULE ntdll_base_;
« no previous file with comments | « trunk/src/chrome_elf/thunk_getter.cc ('k') | trunk/src/sandbox/win/src/service_resolver_32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698