| 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 8a45b4791c7b72d7167fdccbecb6714a07f4c944..c20e6bd5656d752813bcb5d31c12cdcbdc862b7e 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl.cc
|
| @@ -458,6 +458,10 @@ RestoreType NavigationHandleImpl::GetRestoreType() {
|
| return restore_type_;
|
| }
|
|
|
| +const GURL& NavigationHandleImpl::GetBaseURLForDataURL() {
|
| + return base_url_for_data_url_;
|
| +}
|
| +
|
| NavigationData* NavigationHandleImpl::GetNavigationData() {
|
| return navigation_data_.get();
|
| }
|
|
|