| 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..28cbd87bc92a9d71822d26d35dea77a1ae1d4754 100644
|
| --- a/content/browser/frame_host/navigator_delegate.h
|
| +++ b/content/browser/frame_host/navigator_delegate.h
|
| @@ -11,6 +11,7 @@
|
| #include "content/public/browser/navigation_throttle.h"
|
| #include "content/public/browser/navigation_ui_data.h"
|
| #include "content/public/browser/reload_type.h"
|
| +#include "content/public/browser/render_frame_host.h"
|
| #include "ui/base/page_transition_types.h"
|
| #include "ui/base/window_open_disposition.h"
|
|
|
| @@ -107,7 +108,7 @@ class CONTENT_EXPORT NavigatorDelegate {
|
|
|
| // Opens a URL with the given parameters. See PageNavigator::OpenURL, which
|
| // this forwards to.
|
| - virtual void RequestOpenURL(RenderFrameHostImpl* render_frame_host,
|
| + virtual void RequestOpenURL(RenderFrameHost* render_frame_host,
|
| const OpenURLParams& params) {}
|
|
|
| // Returns whether to continue a navigation that needs to transfer to a
|
|
|