diff options
Diffstat (limited to 'chrome_frame/chrome_active_document.cc')
-rw-r--r-- | chrome_frame/chrome_active_document.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome_frame/chrome_active_document.cc b/chrome_frame/chrome_active_document.cc index 7bc6fc3..1ef46e4 100644 --- a/chrome_frame/chrome_active_document.cc +++ b/chrome_frame/chrome_active_document.cc @@ -685,15 +685,6 @@ void ChromeActiveDocument::UpdateNavigationState( StartsWith(static_cast<BSTR>(url_), kChromeAttachExternalTabPrefix, false); - if (new_navigation_info.url.is_valid()) { - url_.Allocate(UTF8ToWide(new_navigation_info.url.spec()).c_str()); - NavigationManager* mgr = NavigationManager::GetThreadInstance(); - DCHECK(mgr); - if (mgr) { - mgr->set_url(url_); - } - } - if (is_internal_navigation) { ScopedComPtr<IDocObjectService> doc_object_svc; ScopedComPtr<IWebBrowserEventsService> web_browser_events_svc; |