| Index: content/browser/frame_host/navigation_handle_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.cc b/content/browser/frame_host/navigation_handle_impl.cc
|
| index 9fd4e4c7664f60eb1f3952d9420796ffb25aa3c5..22d13a6252aa4c833310d8cee94209f223695db1 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl.cc
|
| @@ -153,6 +153,7 @@ NavigationHandleImpl::NavigationHandleImpl(
|
| if (nav_entry) {
|
| reload_type_ = nav_entry->reload_type();
|
| restore_type_ = nav_entry->restore_type();
|
| + base_url_for_data_url_ = nav_entry->GetBaseURLForDataURL();
|
| }
|
| }
|
|
|
|
|