Chromium Code Reviews| Index: chrome_frame/chrome_active_document.cc |
| =================================================================== |
| --- chrome_frame/chrome_active_document.cc (revision 32473) |
| +++ chrome_frame/chrome_active_document.cc (working copy) |
| @@ -178,6 +178,11 @@ |
| return false; |
| } |
| +void ChromeActiveDocument::OnAutomationServerReady() { |
| + Base::OnAutomationServerReady(); |
| + Base::GiveFocusToChrome(); |
| +} |
| + |
| STDMETHODIMP ChromeActiveDocument::Load(BOOL fully_avalable, |
| IMoniker* moniker_name, |
| LPBC bind_context, |