| Index: extensions/common/event_filtering_info.cc
|
| diff --git a/extensions/common/event_filtering_info.cc b/extensions/common/event_filtering_info.cc
|
| index cc46f969160750c332cc725b79b3fb57ff5120de..877f2c5caba9664feb9ba8a6b512fcbddb516369 100644
|
| --- a/extensions/common/event_filtering_info.cc
|
| +++ b/extensions/common/event_filtering_info.cc
|
| @@ -46,7 +46,7 @@ scoped_ptr<base::Value> EventFilteringInfo::AsValue() const {
|
| }
|
|
|
| bool EventFilteringInfo::IsEmpty() const {
|
| - return !has_url_ && service_type_.empty();
|
| + return !has_url_ && service_type_.empty() && !has_instance_id_;
|
| }
|
|
|
| } // namespace extensions
|
|
|