| Index: chrome/browser/ssl/ssl_error_handler.cc
|
| diff --git a/chrome/browser/ssl/ssl_error_handler.cc b/chrome/browser/ssl/ssl_error_handler.cc
|
| index 94768b689f5ba1c0c6935481c4683ec109749c20..74907fd0783bd77654ab4ca6f2c3db30a443ace7 100644
|
| --- a/chrome/browser/ssl/ssl_error_handler.cc
|
| +++ b/chrome/browser/ssl/ssl_error_handler.cc
|
| @@ -394,10 +394,10 @@ void SSLErrorHandler::Observe(
|
|
|
| void SSLErrorHandler::DidStartNavigationToPendingEntry(
|
| const GURL& /* url */,
|
| - content::NavigationController::ReloadType /* reload_type */) {
|
| -// Destroy the error handler on all new navigations. This ensures that the
|
| -// handler is properly recreated when a hanging page is navigated to an SSL
|
| -// error, even when the tab's WebContents doesn't change.
|
| + content::ReloadType /* reload_type */) {
|
| + // Destroy the error handler on all new navigations. This ensures that the
|
| + // handler is properly recreated when a hanging page is navigated to an SSL
|
| + // error, even when the tab's WebContents doesn't change.
|
| DeleteSSLErrorHandler();
|
| }
|
|
|
|
|