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

Unified Diff: chrome/renderer/plugins/webview_plugin.cc

Issue 15007012: Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (Chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing includes. Created 7 years, 7 months 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: chrome/renderer/plugins/webview_plugin.cc
diff --git a/chrome/renderer/plugins/webview_plugin.cc b/chrome/renderer/plugins/webview_plugin.cc
index 8e36f22b688a44dd90eca16dda2858b605b575a1..60d8d8ecb02d59e9af8fe52e8bfb767f5ef06eaf 100644
--- a/chrome/renderer/plugins/webview_plugin.cc
+++ b/chrome/renderer/plugins/webview_plugin.cc
@@ -114,6 +114,10 @@ NPObject* WebViewPlugin::scriptableObject() {
return NULL;
}
+NPP WebViewPlugin::pluginNPP() {
+ return NULL;
+}
+
bool WebViewPlugin::getFormValue(WebString& value) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698