| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 2bde1aff40f34bb96ac27929fdd19b2a3c23e6b2..6cc8870c6c278381337ca8f284c4cf3584bcc47e 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -580,9 +580,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| void SetMainFrameMimeType(const std::string& mime_type) override;
|
| bool CanOverscrollContent() const override;
|
| void NotifyChangedNavigationState(InvalidateTypes changed_flags) override;
|
| - void DidStartNavigationToPendingEntry(
|
| - const GURL& url,
|
| - NavigationController::ReloadType reload_type) override;
|
| + void DidStartNavigationToPendingEntry(const GURL& url,
|
| + ReloadType reload_type) override;
|
| void RequestOpenURL(RenderFrameHostImpl* render_frame_host,
|
| const OpenURLParams& params) override;
|
| bool ShouldTransferNavigation() override;
|
|
|