diff options
Diffstat (limited to 'chrome_frame/chrome_frame_automation.h')
-rw-r--r-- | chrome_frame/chrome_frame_automation.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h index 78e1d30..7b9b774 100644 --- a/chrome_frame/chrome_frame_automation.h +++ b/chrome_frame/chrome_frame_automation.h @@ -282,8 +282,9 @@ class ChromeFrameAutomationClient virtual void OnChannelError(TabProxy* tab); void CreateExternalTab(); - void CreateExternalTabComplete(HWND chrome_window, HWND tab_window, - int tab_handle); + AutomationLaunchResult CreateExternalTabComplete(HWND chrome_window, + HWND tab_window, + int tab_handle); // Called in UI thread. Here we fire event to the client notifying for // the result of Initialize() method call. void InitializeComplete(AutomationLaunchResult result); |