| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 33450ac4a2ef22b12526ed819c59a2c6a3a43f10..d88b27c92d7d9f2cf553d18405631ae270fb038b 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -336,11 +336,6 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| // Invoked when a main fram navigation occurs.
|
| virtual void DidNavigateMainFramePostCommit(WebContents* source) {}
|
|
|
| - // Invoked when navigating to a pending entry. When invoked the
|
| - // NavigationController has configured its pending entry, but it has not yet
|
| - // been committed.
|
| - virtual void DidNavigateToPendingEntry(WebContents* source) {}
|
| -
|
| // Returns a pointer to a service to manage JavaScript dialogs. May return
|
| // nullptr in which case dialogs aren't shown.
|
| virtual JavaScriptDialogManager* GetJavaScriptDialogManager(
|
|
|