| 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 8d889c9e189627d91ea2acd7cd5578ac7dcafc9e..a4a9e729b123a8e5a63dd9e90127d694fee7f091 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.cc
|
| +++ b/content/browser/frame_host/navigation_entry_impl.cc
|
| @@ -408,7 +408,7 @@ CommonNavigationParams NavigationEntryImpl::ConstructCommonNavigationParams(
|
| return CommonNavigationParams(
|
| GetURL(), GetReferrer(), GetTransitionType(), navigation_type,
|
| !IsViewSourceMode(), ui_timestamp, report_type, GetBaseURLForDataURL(),
|
| - GetHistoryURLForDataURL());
|
| + GetHistoryURLForDataURL(), false);
|
| }
|
|
|
| StartNavigationParams NavigationEntryImpl::ConstructStartNavigationParams()
|
|
|