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

Unified Diff: content/child/npapi/plugin_instance.h

Issue 1483733002: Remove support for NPObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad rebase. Created 4 years, 9 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: content/child/npapi/plugin_instance.h
diff --git a/content/child/npapi/plugin_instance.h b/content/child/npapi/plugin_instance.h
index 75a1e997878f3fdaefbecf8b9ab69bfe4aa3b2da..d9747d7947cc4450de69a013ce59f2179607eb2a 100644
--- a/content/child/npapi/plugin_instance.h
+++ b/content/child/npapi/plugin_instance.h
@@ -121,9 +121,6 @@ class PluginInstance : public base::RefCountedThreadSafe<PluginInstance> {
// seekable.
WebPluginResourceClient* GetRangeRequest(int id);
- // Have the plugin create its script object.
- NPObject* GetPluginScriptableObject();
-
// Returns the form value of this instance.
bool GetFormValue(base::string16* value);

Powered by Google App Engine
This is Rietveld 408576698