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

Unified Diff: extensions/renderer/api_event_listeners.h

Issue 2937623002: [Extensions] Simplify EventFilteringInfo (Closed)
Patch Set: karan's Created 3 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 | « extensions/renderer/api_event_handler.h ('k') | extensions/renderer/event_emitter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/api_event_listeners.h
diff --git a/extensions/renderer/api_event_listeners.h b/extensions/renderer/api_event_listeners.h
index 80513e8222993321d898bd0649db2b01aa6f5b84..564bcebff4b16275e7b47555f7b0e2cc754d6211 100644
--- a/extensions/renderer/api_event_listeners.h
+++ b/extensions/renderer/api_event_listeners.h
@@ -20,7 +20,7 @@ class DictionaryValue;
namespace extensions {
class EventFilter;
-class EventFilteringInfo;
+struct EventFilteringInfo;
// A base class to hold listeners for a given event. This allows for adding,
// removing, and querying listeners in the list, and calling a callback when
« no previous file with comments | « extensions/renderer/api_event_handler.h ('k') | extensions/renderer/event_emitter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698