| 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 d51b1a5363b894b3bff2507b43f89f15ac0acbf2..178ac59f9171eb20aa5ff3faad6784a54d124332 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -36,6 +36,7 @@
|
| #include "content/common/navigation_params.h"
|
| #include "content/public/browser/render_frame_host.h"
|
| #include "content/public/common/javascript_message_type.h"
|
| +#include "mojo/public/cpp/system/data_pipe.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "third_party/WebKit/public/web/WebFrameOwnerProperties.h"
|
| #include "third_party/WebKit/public/web/WebTextDirection.h"
|
| @@ -481,7 +482,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void CommitNavigation(ResourceResponse* response,
|
| scoped_ptr<StreamHandle> body,
|
| const CommonNavigationParams& common_params,
|
| - const RequestNavigationParams& request_params);
|
| + const RequestNavigationParams& request_params,
|
| + mojo::ScopedDataPipeConsumerHandle data_consumer_handle);
|
|
|
| // PlzNavigate
|
| // Indicates that a navigation failed and that this RenderFrame should display
|
|
|