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

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

Issue 444813002: Remove BrowserPlugin's -internal-attach method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't crash on tear down Created 6 years, 4 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 91e8ced84390c0a5f56263d455e2c2f8ab197bb9..ebbf1eef1c2cf6cfa685b87c18cda3832934f245 100644
--- a/content/renderer/browser_plugin/browser_plugin_bindings.h
+++ b/content/renderer/browser_plugin/browser_plugin_bindings.h
@@ -13,7 +13,6 @@
namespace content {
class BrowserPlugin;
-class BrowserPluginMethodBinding;
class BrowserPluginPropertyBinding;
class BrowserPluginBindings {
@@ -54,8 +53,6 @@ class BrowserPluginBindings {
// The NPObject we use to expose postMessage to JavaScript.
BrowserPluginNPObject* np_object_;
- typedef ScopedVector<BrowserPluginMethodBinding> BindingList;
- BindingList method_bindings_;
typedef ScopedVector<BrowserPluginPropertyBinding> PropertyBindingList;
PropertyBindingList property_bindings_;
« 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