| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| index 811c1075fdd1543b48dbdf56314899fe10bb2fd7..d23f9f967155d5914748d97d8b3376813fc85bfa 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -3116,7 +3116,7 @@ int32_t PepperPluginInstanceImpl::Navigate(
|
|
|
| WebString target_str = WebString::fromUTF8(target);
|
| blink::WebScopedUserGesture user_gesture(CurrentUserGestureToken());
|
| - container_->loadFrameRequest(web_request, target_str, false, NULL);
|
| + container_->loadFrameRequest(web_request, target_str);
|
| return PP_OK;
|
| }
|
|
|
|
|