| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index a48dfd7a6e6cd1300350d18ae55695100ef6a496..f68e9c71d66f1a73b1e8f9b03eb5e743b6009aa7 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -219,6 +219,7 @@ void MakeNavigateParams(const NavigationEntryImpl& entry,
|
| }
|
| params->url = entry.GetURL();
|
| if (!entry.GetBaseURLForDataURL().is_empty()) {
|
| + params->data_for_data_url = entry.GetDataForDataURL();
|
| params->base_url_for_data_url = entry.GetBaseURLForDataURL();
|
| params->history_url_for_data_url = entry.GetVirtualURL();
|
| }
|
|
|