| Index: content/browser/frame_host/navigation_entry_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_entry_impl.cc b/content/browser/frame_host/navigation_entry_impl.cc
|
| index af142125aa81a28107a33e3246b387b7ca466ff2..b450e8ec3ae6cf7ba5397ba32c8053193cd522e2 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.cc
|
| +++ b/content/browser/frame_host/navigation_entry_impl.cc
|
| @@ -740,11 +740,11 @@ RequestNavigationParams NavigationEntryImpl::ConstructRequestNavigationParams(
|
| #endif
|
| RequestNavigationParams request_params(
|
| GetIsOverridingUserAgent(), redirects, GetCanLoadLocalResources(),
|
| - base::Time::Now(), frame_entry.page_state(), GetUniqueID(),
|
| - is_same_document_history_load, is_history_navigation_in_new_child,
|
| - subframe_unique_names, has_committed_real_load, intended_as_new_entry,
|
| - pending_offset_to_send, current_offset_to_send, current_length_to_send,
|
| - IsViewSourceMode(), should_clear_history_list(), user_gesture);
|
| + frame_entry.page_state(), GetUniqueID(), is_same_document_history_load,
|
| + is_history_navigation_in_new_child, subframe_unique_names,
|
| + has_committed_real_load, intended_as_new_entry, pending_offset_to_send,
|
| + current_offset_to_send, current_length_to_send, IsViewSourceMode(),
|
| + should_clear_history_list(), user_gesture);
|
| #if defined(OS_ANDROID)
|
| if (GetDataURLAsString() &&
|
| GetDataURLAsString()->size() <= kMaxLengthOfDataURLString) {
|
|
|