Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2112)

Unified Diff: content/renderer/pepper/pepper_plugin_instance_impl.cc

Issue 1426923007: Remove PluginLoadObserver and related logic, it was only used for NPAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698