Destroy SSLErrorHandler on new navigations so that it can properly be recreated.
Since |SSLErrorHandler| was a |WebContentsUserData| tied to the lifetime of a |WebContents|, it wasn't properly deleted when the |WebContents| was reloaded or navigated to another page. This CL removes the error handler explicitly and adds browser tests to assert reload/navigate behavior. BUG=453875 Review URL: https://codereview.chromium.org/1004283004 Cr-Commit-Position: refs/heads/master@{#321603}
Showing
This diff is collapsed.
Please register or sign in to comment