summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-17 16:42:27 +0000
committerfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-17 16:42:27 +0000
commit87634fa030d64a686ec489b3012ec781b58d0164 (patch)
tree0068dd8b3bc439dfee1ddf0e7ee3197ee58c1c6d /content
parent9b20cb47d28d4b2c050849ba5009b1ef4d4bfc91 (diff)
downloadchromium_src-87634fa030d64a686ec489b3012ec781b58d0164.zip
chromium_src-87634fa030d64a686ec489b3012ec781b58d0164.tar.gz
chromium_src-87634fa030d64a686ec489b3012ec781b58d0164.tar.bz2
Browser Plugin: Remove events cruft
BUG=none Review URL: https://codereview.chromium.org/11565050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173475 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/renderer/browser_plugin/browser_plugin.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index 3a1bf2ea..0a42dd6 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,