| Index: ui/aura/shared/compound_event_filter.cc
|
| diff --git a/ui/aura/shared/compound_event_filter.cc b/ui/aura/shared/compound_event_filter.cc
|
| index d2c9b1b5e6fb1caa748804ebd980b550e7d9b406..2f51f63eab0f5fa4399a1bd134ac0b6b73175e22 100644
|
| --- a/ui/aura/shared/compound_event_filter.cc
|
| +++ b/ui/aura/shared/compound_event_filter.cc
|
| @@ -79,10 +79,6 @@ void CompoundEventFilter::RemoveFilter(EventFilter* filter) {
|
| filters_.RemoveObserver(filter);
|
| }
|
|
|
| -size_t CompoundEventFilter::GetFilterCount() const {
|
| - return filters_.size();
|
| -}
|
| -
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // CompoundEventFilter, private:
|
|
|
|
|