DescriptionFix assert with distiller code caused by r419635.
The change had a bug because previously WebContentsObserver::DidNavigateMainFrame was listened to which is only called for main frame successful navigations. It was switched to WebContentsObserver::DidFinishNavigation so that it can work with PlzNavigate. However that method is called in more situations, so restrict it to maintain the old behavior.
BUG=650472
Committed: https://crrev.com/eeadd3b103a7e13ffb61b630551fc1d92967d8ae
Cr-Commit-Position: refs/heads/master@{#421233}
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|