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

Unified Diff: chrome/renderer/extensions/event_bindings.h

Issue 10661038: Revert 143896 - Filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « chrome/common/extensions/value_counter_unittest.cc ('k') | chrome/renderer/extensions/event_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/event_bindings.h
===================================================================
--- chrome/renderer/extensions/event_bindings.h (revision 144007)
+++ chrome/renderer/extensions/event_bindings.h (working copy)
@@ -9,10 +9,6 @@
class ChromeV8Extension;
class ExtensionDispatcher;
-namespace extensions {
-class EventFilter;
-}
-
namespace v8 {
class Extension;
}
@@ -20,8 +16,7 @@
// This class deals with the javascript bindings related to Event objects.
class EventBindings {
public:
- static ChromeV8Extension* Get(ExtensionDispatcher* dispatcher,
- extensions::EventFilter* event_filter);
+ static ChromeV8Extension* Get(ExtensionDispatcher* dispatcher);
};
#endif // CHROME_RENDERER_EXTENSIONS_EVENT_BINDINGS_H_
« no previous file with comments | « chrome/common/extensions/value_counter_unittest.cc ('k') | chrome/renderer/extensions/event_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698