| 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 093a649e54646d906e68bd394516bb90be3ca063..6cfa81abf44657933a4b798fabf33f57f0ef515c 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -489,6 +489,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| NavigationController::ReloadType reload_type) OVERRIDE;
|
| virtual void RequestOpenURL(RenderFrameHostImpl* render_frame_host,
|
| const OpenURLParams& params) OVERRIDE;
|
| + virtual bool ShouldPreserveAbortedURLs() OVERRIDE;
|
|
|
| // RenderWidgetHostDelegate --------------------------------------------------
|
|
|
|
|