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 94b7b39fe9355a888fed204fdf06a0ae3a223548..ca198a9d33fa2044dccd046d0e9b553663a9625a 100644 |
--- a/content/browser/frame_host/navigator_delegate.h |
+++ b/content/browser/frame_host/navigator_delegate.h |
@@ -88,7 +88,6 @@ class CONTENT_EXPORT NavigatorDelegate { |
// Notifies the Navigator embedder that a navigation to pending |
// NavigationEntry has started in the browser process. |
virtual void DidStartNavigationToPendingEntry( |
- RenderFrameHostImpl* render_frame_host, |
carlosk
2015/02/20 19:16:51
I removed this parameter because a) it was not bei
clamy
2015/02/23 10:52:34
Is this necessary for this patch? If not, I would
carlosk
2015/03/04 19:42:40
Change was moved to another CL.
|
const GURL& url, |
NavigationController::ReloadType reload_type) {} |