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

Unified Diff: extensions/common/event_filter.h

Issue 2697093004: Remove unused param in EventFilter::CreateConditionSets. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | extensions/common/event_filter.cc » ('j') | extensions/common/event_filter.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/event_filter.h
diff --git a/extensions/common/event_filter.h b/extensions/common/event_filter.h
index 52bd1b043e36b21ea861811b8280697d925bea06..288c4a1d9b7e66bc8d0be4a247ff9467625d1cce 100644
--- a/extensions/common/event_filter.h
+++ b/extensions/common/event_filter.h
@@ -94,10 +94,8 @@ class EventFilter {
// Maps from event name to the map of matchers that are registered for it.
using EventMatcherMultiMap = std::map<std::string, EventMatcherMap>;
- // Adds the list of URL filters in |matcher| to the URL matcher, having
- // matches for those URLs map to |id|.
+ // Adds the list of URL filters in |matcher| to the URL matcher.
bool CreateConditionSets(
- MatcherID id,
EventMatcher* matcher,
url_matcher::URLMatcherConditionSet::Vector* condition_sets);
« no previous file with comments | « no previous file | extensions/common/event_filter.cc » ('j') | extensions/common/event_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698