| 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);
|
|
|
|
|