Index: chrome_frame/utils.h |
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h |
index c76b2a483184dcd42ce8a4bc49544325d59c6e82..6c24af98aa27ae5ad6916ee7e331557383c97ad1 100644 |
--- a/chrome_frame/utils.h |
+++ b/chrome_frame/utils.h |
@@ -218,9 +218,6 @@ FilePath GetIETemporaryFilesFolder(); |
// @returns true if the version info was successfully retrieved. |
bool GetModuleVersion(HMODULE module, uint32* high, uint32* low); |
-// @returns the module handle to which an address belongs. |
-HMODULE GetModuleFromAddress(void* address); |
- |
// Return if the IEXPLORE is in private mode. The IEIsInPrivateBrowsing() checks |
// whether current process is IEXPLORE. |
bool IsIEInPrivate(); |