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