Index: chrome_frame/utils.h |
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h |
index 29084db98d1e23c4689caded1e700a9e0ecc9a7d..4341880b8a68b32a0bd1cc3ed996280a4adca64c 100644 |
--- a/chrome_frame/utils.h |
+++ b/chrome_frame/utils.h |
@@ -548,10 +548,6 @@ class NavigationConstraints; |
bool CanNavigate(const GURL& url, |
NavigationConstraints* navigation_constraints); |
-// Utility function that prevents the current module from ever being unloaded. |
-// Call if you make irreversible patches. |
-void PinModule(); |
- |
// Helper function to spin a message loop and dispatch messages while waiting |
// for a handle to be signaled. |
void WaitWithMessageLoop(HANDLE* handles, int count, DWORD timeout); |