Chromium Code Reviews| Index: chrome/common/extensions/api/mdns.idl |
| diff --git a/chrome/common/extensions/api/mdns.idl b/chrome/common/extensions/api/mdns.idl |
| index 434d4b8187ff8912241fdae3b3d81a152dfbb31a..f199d2fb90d60fe2572504b7088734386cb37fdc 100644 |
| --- a/chrome/common/extensions/api/mdns.idl |
| +++ b/chrome/common/extensions/api/mdns.idl |
| @@ -30,6 +30,6 @@ namespace mdns { |
| // discovering should be specified as the event filter with the |
| // 'serviceType' key. Not specifying an event filter will not start any |
| // discovery listeners. |
| - [supportsFilters=true] static void onServiceList(MDnsService[] services); |
| + [supportsFilters=true, maxListeners=10] static void onServiceList(MDnsService[] services); |
|
mark a. foltz
2015/03/30 17:44:57
Does this restrict the number of unique services l
Red Daly
2015/03/30 20:28:33
The total number of event handlers.
I'm unsure of
|
| }; |
| }; |