Index: content/renderer/browser_plugin/browser_plugin.h |
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h |
index 3a1bf2ea1dfe5d4fe49d20f7a5ce7b4efa15b495..0a42dd6dc424a92e7ed52e6fbc0f3ba99f4e97b5 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.h |
+++ b/content/renderer/browser_plugin/browser_plugin.h |
@@ -229,16 +229,6 @@ class CONTENT_EXPORT BrowserPlugin : |
// and sets them appropriately. |
void ParseAttributes(const WebKit::WebPluginParams& params); |
- // Initializes the valid events. |
- void InitializeEvents(); |
- |
- // Cleanup event listener state to free v8 resources when a BrowserPlugin |
- // is destroyed. |
- void RemoveEventListeners(); |
- |
- // Returns whether |event_name| is a valid event. |
- bool IsValidEvent(const std::string& event_name); |
- |
// Triggers the event-listeners for |event_name|. Note that the function |
// frees all the values in |props|. |
void TriggerEvent(const std::string& event_name, |