Index: content/browser/frame_host/render_frame_host_impl.cc |
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc |
index 39e9fc5c4d805792d3c1c0e2739b5b8ac5143f44..935431821ee85efa2ff051fb21f7b3529729d8dd 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -1736,7 +1736,8 @@ void RenderFrameHostImpl::NavigateToInterstitialURL(const GURL& data_url) { |
CommonNavigationParams common_params( |
data_url, Referrer(), ui::PAGE_TRANSITION_LINK, |
FrameMsg_Navigate_Type::NORMAL, false, false, base::TimeTicks::Now(), |
- FrameMsg_UILoadMetricsReportType::NO_REPORT, GURL(), GURL()); |
+ FrameMsg_UILoadMetricsReportType::NO_REPORT, GURL(), GURL(), |
+ LOFI_UNSPECIFIED); |
nasko
2015/10/15 16:54:43
This should always be specified as OFF. Why would
megjablon
2015/10/19 22:13:49
Done.
|
if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableBrowserSideNavigation)) { |
CommitNavigation(nullptr, nullptr, common_params, |