Chromium Code Reviews| Index: content/browser/presentation/presentation_service_impl.cc |
| diff --git a/content/browser/presentation/presentation_service_impl.cc b/content/browser/presentation/presentation_service_impl.cc |
| index 4499ea229eb3dc85d2175641fe71fae11a2da986..48d20737d3726fc0fca297beeeee16d0ef9fc7c1 100644 |
| --- a/content/browser/presentation/presentation_service_impl.cc |
| +++ b/content/browser/presentation/presentation_service_impl.cc |
| @@ -417,6 +417,9 @@ void PresentationServiceImpl::DidFinishNavigation( |
| if (navigation_handle->IsSameDocument()) |
| return; |
| + if (receiver_delegate_) |
|
imcheng
2017/04/08 00:05:59
Please add a comment here.
zhaobin
2017/04/08 01:36:01
Done.
|
| + return; |
| + |
| // Reset if the frame actually navigated. |
| Reset(); |
| } |