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

Unified Diff: content/renderer/browser_plugin/browser_plugin_bindings.h

Issue 564973004: Move ContentWindow from BrowserPlugin To GuestView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 6 years, 3 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/renderer/browser_plugin/browser_plugin_bindings.h
diff --git a/content/renderer/browser_plugin/browser_plugin_bindings.h b/content/renderer/browser_plugin/browser_plugin_bindings.h
index 954cdd8ad0454455da4363c8a72e4078c7833569..b565f5157e0ed4f1ffdd13f0815c236f83be6e65 100644
--- a/content/renderer/browser_plugin/browser_plugin_bindings.h
+++ b/content/renderer/browser_plugin/browser_plugin_bindings.h
@@ -36,11 +36,6 @@ class BrowserPluginBindings {
bool HasMethod(NPIdentifier name) const;
- bool InvokeMethod(NPIdentifier name,
- const NPVariant* args,
- uint32 arg_count,
- NPVariant* result);
-
bool HasProperty(NPIdentifier name) const;
bool SetProperty(NPObject* np_obj,
NPIdentifier name,
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin.cc ('k') | content/renderer/browser_plugin/browser_plugin_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698