| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index cf31bbae19da055fce341f53860e2543c94c4db8..21c3321a410d6de29e8bd68bc408247d4b1fbef0 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -247,7 +247,8 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| virtual bool CreateRenderView(const string16& frame_name,
|
| int opener_route_id,
|
| int32 max_page_id,
|
| - int embedder_process_id);
|
| + const std::string& embedder_channel_name,
|
| + int embedder_container_id);
|
|
|
| base::TerminationStatus render_view_termination_status() const {
|
| return render_view_termination_status_;
|
|
|