| Index: extensions/common/event_matcher.h
|
| diff --git a/extensions/common/event_matcher.h b/extensions/common/event_matcher.h
|
| index bd0ce7bb628886ace2882d0107d9d77bd39e7471..0d134e6b7d6b9b3c9844c138989ec9cd6085e12e 100644
|
| --- a/extensions/common/event_matcher.h
|
| +++ b/extensions/common/event_matcher.h
|
| @@ -31,6 +31,9 @@ class EventMatcher {
|
| int GetURLFilterCount() const;
|
| bool GetURLFilter(int i, base::DictionaryValue** url_filter_out);
|
|
|
| + int GetWindowTypeCount() const;
|
| + bool GetWindowType(int i, std::string* window_type_out) const;
|
| +
|
| std::string GetServiceTypeFilter() const;
|
|
|
| int HasURLFilters() const;
|
|
|