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

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

Issue 11565050: Browser Plugin: Remove events cruft (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698