| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 180886154a3c7f407e045bd4d2ab5004b4aed80e..00eb8294332c465dd40d1b6169b2075a5c652e26 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -501,7 +501,8 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
|
| void CommitNavigation(ResourceResponse* response,
|
| scoped_ptr<StreamHandle> body,
|
| const CommonNavigationParams& common_params,
|
| - const RequestNavigationParams& request_params);
|
| + const RequestNavigationParams& request_params,
|
| + bool is_view_source);
|
|
|
| // PlzNavigate
|
| // Indicates that a navigation failed and that this RenderFrame should display
|
|
|