| 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 fbf56542c1609eae1051a8926899c51de2ef4d93..a44e9548b135c86285b1d8a9219fb85f954d2a6b 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.cc
|
| +++ b/content/browser/frame_host/navigation_entry_impl.cc
|
| @@ -722,7 +722,7 @@ RequestNavigationParams NavigationEntryImpl::ConstructRequestNavigationParams(
|
| is_same_document_history_load, is_history_navigation_in_new_child,
|
| has_subtree_history_items, 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());
|
| + IsViewSourceMode(), should_clear_history_list(), false);
|
| #if defined(OS_ANDROID)
|
| if (GetDataURLAsString() &&
|
| GetDataURLAsString()->size() <= kMaxLengthOfDataURLString) {
|
|
|