| 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 6f30641bb118e88eda51f59aaee07d33b53aa9cc..10c52a384b0b53b6d2f7c5efedc920737bf35f56 100644
 | 
| --- a/content/browser/frame_host/render_frame_host_impl.h
 | 
| +++ b/content/browser/frame_host/render_frame_host_impl.h
 | 
| @@ -43,6 +43,7 @@
 | 
|  #include "content/public/common/javascript_dialog_type.h"
 | 
|  #include "content/public/common/previews_state.h"
 | 
|  #include "media/mojo/interfaces/interface_factory.mojom.h"
 | 
| +#include "mojo/public/cpp/system/data_pipe.h"
 | 
|  #include "net/http/http_response_headers.h"
 | 
|  #include "services/service_manager/public/cpp/interface_factory.h"
 | 
|  #include "services/service_manager/public/cpp/interface_registry.h"
 | 
| @@ -539,6 +540,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
 | 
|    // handled by this RenderFrame.
 | 
|    void CommitNavigation(ResourceResponse* response,
 | 
|                          std::unique_ptr<StreamHandle> body,
 | 
| +                        mojo::ScopedDataPipeConsumerHandle handle,
 | 
|                          const CommonNavigationParams& common_params,
 | 
|                          const RequestNavigationParams& request_params,
 | 
|                          bool is_view_source);
 | 
| 
 |