Chromium Code Reviews

Unified Diff: base/win/pe_image.h

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « base/version_unittest.cc ('k') | base/win/pe_image.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/pe_image.h
diff --git a/base/win/pe_image.h b/base/win/pe_image.h
index 5cef537909c557e76e72c3620dc7013e1c8f5bdc..dde1b4876648df9c3646afca18760acc1d155f9d 100644
--- a/base/win/pe_image.h
+++ b/base/win/pe_image.h
@@ -132,9 +132,6 @@ class PEImage {
// Returns the exports directory.
PIMAGE_EXPORT_DIRECTORY GetExportDirectory() const;
- // Returns the debug id (guid+age).
- bool GetDebugId(LPGUID guid, LPDWORD age) const;
-
// Returns a given export entry.
// Use: e = image.GetExportEntry(f);
// Pre: 'f' is either a zero terminated string or ordinal
« no previous file with comments | « base/version_unittest.cc ('k') | base/win/pe_image.cc » ('j') | no next file with comments »

Powered by Google App Engine