Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6071)

Unified Diff: chrome/common/extensions/api/mdns.idl

Issue 1463333003: Increase the maximum MDNS device limit from 64 to 2048. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/api/mdns/mdns_api_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « chrome/browser/extensions/api/mdns/mdns_api_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698