| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index 5940baf6f9559dc025d0443abcbaeadcb2ec3387..0baa7576e6b14f854f63bdd63eb0af3769f6e8a4 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -1310,7 +1310,6 @@ void TabContents::OnDidRedirectProvisionalLoad(int32 page_id,
|
| entry = controller_.GetEntryWithPageID(GetSiteInstance(), page_id);
|
| if (!entry || entry->url() != source_url)
|
| return;
|
| - entry->set_url(target_url);
|
|
|
| // Notify observers about the provisional change in the main frame URL.
|
| FOR_EACH_OBSERVER(TabContentsObserver, observers_,
|
|
|