| 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 489e38d72da7789e4ee84d51e12de8178972aeca..9176a5e9b9569f29bd2c781f8efebd34ec1ee6be 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -160,8 +160,7 @@ void MakeNavigateParams(const NavigationEntry& entry,
|
| params->current_history_list_offset = controller.last_committed_entry_index();
|
| params->current_history_list_length = controller.entry_count();
|
| params->url = entry.url();
|
| - params->referrer = content::Referrer(entry.referrer(),
|
| - WebKit::WebReferrerPolicyDefault);
|
| + params->referrer = entry.referrer();
|
| params->transition = entry.transition_type();
|
| params->state = entry.content_state();
|
| params->navigation_type =
|
|
|