diff options
Diffstat (limited to 'chrome_frame/chrome_frame_automation.cc')
-rw-r--r-- | chrome_frame/chrome_frame_automation.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc index f505ffe..5775d3b 100644 --- a/chrome_frame/chrome_frame_automation.cc +++ b/chrome_frame/chrome_frame_automation.cc @@ -705,6 +705,10 @@ void ChromeFrameAutomationClient::InstallExtensionComplete( } } +void ChromeFrameAutomationClient::OnChromeFrameHostMoved() { + tab_->OnHostMoved(); +} + void ChromeFrameAutomationClient::LoadExpandedExtension( const FilePath& path, void* user_data) { |