| Index: content/browser/frame_host/navigation_handle_impl.h
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
|
| index f7190873db4855ec58ae6f8068e1d655533a8926..67b1389c5abcfe79f647288b95cec60bd7e32686 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -220,11 +220,6 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
| bool same_page,
|
| RenderFrameHostImpl* render_frame_host);
|
|
|
| - // This is only used for the non-PlzNavigate case, as it's the one that has
|
| - // cross-site requests being transferred to new processes. When that occurs,
|
| - // the SSL certificate ID has to be updated.
|
| - void UpdateSSLCertId(int new_cert_id);
|
| -
|
| // Called during commit. Takes ownership of the embedder's NavigationData
|
| // instance. This NavigationData may have been cloned prior to being added
|
| // here.
|
|
|