| 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 a4e73c5054d07d312a1756f0f54961aa3936cf03..2d8b3a12b18f537a9b24e2c5a0f532f8b672f8ea 100644 | 
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc | 
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc | 
| @@ -3120,7 +3120,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; | 
| } | 
|  | 
|  |