| Index: content/browser/frame_host/navigator_impl.h | 
| diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h | 
| index e59fa4e6888421e90ae290c4f71784e885b85028..539a91e9eec298c86635798bef4dbd987be7cf29 100644 | 
| --- a/content/browser/frame_host/navigator_impl.h | 
| +++ b/content/browser/frame_host/navigator_impl.h | 
| @@ -71,6 +71,7 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator { | 
| const std::string& extra_headers, | 
| const Referrer& referrer, | 
| WindowOpenDisposition disposition, | 
| +                      bool use_new_renderer_for_new_contents, | 
| bool should_replace_current_entry, | 
| bool user_gesture) override; | 
| void RequestTransferURL(RenderFrameHostImpl* render_frame_host, | 
|  |