| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index 340507b76cd538e2bc6b89a847d2d16ce8cc3228..6c3757412ce15cdc780f6faa828acb76e82abb11 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -817,8 +817,8 @@ bool NavigatorImpl::RequestNavigation(
|
| navigation_request_map_.set(frame_tree_node_id, navigation_request.Pass());
|
|
|
| if (frame_tree_node->current_frame_host()->IsRenderFrameLive()) {
|
| - // TODO(clamy): send a RequestNavigation IPC.
|
| - NOTIMPLEMENTED();
|
| + frame_tree_node->current_frame_host()->RequestNavigation(
|
| + navigation_request->common_params(), request_params);
|
| return true;
|
| }
|
|
|
|
|