| Index: content/browser/frame_host/navigator_delegate.h
|
| diff --git a/content/browser/frame_host/navigator_delegate.h b/content/browser/frame_host/navigator_delegate.h
|
| index 0a5e3c33b811cbc42f6b80858b449c369b837808..101a929015d1472e307017faa8b8df022cb455ba 100644
|
| --- a/content/browser/frame_host/navigator_delegate.h
|
| +++ b/content/browser/frame_host/navigator_delegate.h
|
| @@ -47,12 +47,6 @@ class CONTENT_EXPORT NavigatorDelegate {
|
| // TODO(clamy): all methods below that are related to navigation
|
| // events should go away in favor of the ones above.
|
|
|
| - // The RenderFrameHost started a provisional load for the frame
|
| - // represented by |render_frame_host|.
|
| - virtual void DidStartProvisionalLoad(RenderFrameHostImpl* render_frame_host,
|
| - const GURL& validated_url,
|
| - bool is_error_page) {}
|
| -
|
| // A provisional load in |render_frame_host| failed.
|
| virtual void DidFailProvisionalLoadWithError(
|
| RenderFrameHostImpl* render_frame_host,
|
| @@ -69,12 +63,6 @@ class CONTENT_EXPORT NavigatorDelegate {
|
| const base::string16& error_description,
|
| bool was_ignored_by_handler) {}
|
|
|
| - // A navigation was committed in |render_frame_host|.
|
| - virtual void DidCommitProvisionalLoad(
|
| - RenderFrameHostImpl* render_frame_host,
|
| - const GURL& url,
|
| - ui::PageTransition transition_type) {}
|
| -
|
| // Handles post-navigation tasks in navigation BEFORE the entry has been
|
| // committed to the NavigationController.
|
| virtual void DidNavigateMainFramePreCommit(bool navigation_is_within_page) {}
|
|
|