diff options
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r-- | chrome_frame/utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h index 29084db..4341880 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); |