| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index d6ac418ebe47f48e932a2586a535d63b922cdaf3..9584e5b8eb78dbcca4662fe1ec9b2d981bcad92a 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -751,6 +751,10 @@ bool NavigatorImpl::IsWaitingForBeforeUnloadACK(
|
| return request->state() == NavigationRequest::WAITING_FOR_RENDERER_RESPONSE;
|
| }
|
|
|
| +NavigatorDelegate* NavigatorImpl::GetDelegate() {
|
| + return delegate_;
|
| +}
|
| +
|
| void NavigatorImpl::LogResourceRequestTime(
|
| base::TimeTicks timestamp, const GURL& url) {
|
| if (navigation_data_ && navigation_data_->url_ == url) {
|
|
|