| Index: chrome_frame/chrome_frame_automation.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_automation.h (revision 52332)
|
| +++ chrome_frame/chrome_frame_automation.h (working copy)
|
| @@ -273,6 +273,10 @@
|
| // For IDeleteBrowsingHistorySupport
|
| void RemoveBrowsingData(int remove_mask);
|
|
|
| + // Sends an IPC message to the external tab container requesting it to run
|
| + // unload handlers on the page.
|
| + void RunUnloadHandlers(HWND notification_window, int notification_message);
|
| +
|
| protected:
|
| // ChromeFrameAutomationProxy::LaunchDelegate implementation.
|
| virtual void LaunchComplete(ChromeFrameAutomationProxy* proxy,
|
|
|