| Index: chrome/common/extensions/api/mdns.idl
|
| diff --git a/chrome/common/extensions/api/mdns.idl b/chrome/common/extensions/api/mdns.idl
|
| index 3f5cac9eab404d72a37a8d202c751e658885fab6..000d4358e1f975e0ca71d92f0a08028d2ad9b9ee 100644
|
| --- a/chrome/common/extensions/api/mdns.idl
|
| +++ b/chrome/common/extensions/api/mdns.idl
|
| @@ -37,7 +37,7 @@ namespace mdns {
|
| // The maximum number of service instances that will be included in
|
| // onServiceList events. If more instances are available, they may be
|
| // truncated from the onServiceList event.
|
| - [value=64] static long MAX_SERVICE_INSTANCES_PER_EVENT();
|
| + [value=2048] static long MAX_SERVICE_INSTANCES_PER_EVENT();
|
| };
|
|
|
| interface Events {
|
|
|