| Index: chrome/browser/ssl/ssl_error_handler.h
|
| diff --git a/chrome/browser/ssl/ssl_error_handler.h b/chrome/browser/ssl/ssl_error_handler.h
|
| index 44213c1c130e3f78545c18f19b18f04f75d430ff..c213c47f4db9517ed1ee3901392f58e61cbf92fe 100644
|
| --- a/chrome/browser/ssl/ssl_error_handler.h
|
| +++ b/chrome/browser/ssl/ssl_error_handler.h
|
| @@ -126,9 +126,8 @@ class SSLErrorHandler : public content::WebContentsUserData<SSLErrorHandler>,
|
| const content::NotificationDetails& details) override;
|
|
|
| // content::WebContentsObserver:
|
| - void DidStartNavigationToPendingEntry(
|
| - const GURL& url,
|
| - content::ReloadType reload_type) override;
|
| + void DidStartNavigation(
|
| + content::NavigationHandle* navigation_handle) override;
|
|
|
| // content::WebContentsObserver:
|
| void NavigationStopped() override;
|
|
|