| Index: content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| diff --git a/content/browser/frame_host/navigation_controller_impl_browsertest.cc b/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| index cf9c8c79ecf8fda878cea954f280ea01daf508e6..59f5abae850c015a4e607783c2d0fdc2c3cb9892 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| @@ -635,7 +635,7 @@ class LoadCommittedCapturer : public WebContentsObserver {
|
| // Don't pay attention to swapped out RenderFrameHosts in the main frame.
|
| // TODO(nasko): Remove once swappedout:// is gone.
|
| // See https://crbug.com/357747.
|
| - if (!RenderFrameHostImpl::IsRFHStateActive(rfh->rfh_state())) {
|
| + if (!rfh->is_active()) {
|
| DLOG(INFO) << "Skipping swapped out RFH: "
|
| << rfh->GetSiteInstance()->GetSiteURL();
|
| return;
|
|
|