| 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..db6078639395886b10f226d69553b3f75d582c74 100644
|
| --- a/chrome/common/extensions/api/mdns.idl
|
| +++ b/chrome/common/extensions/api/mdns.idl
|
| @@ -5,6 +5,7 @@
|
| // Use the <code>chrome.mdns</code> API to discover services over mDNS.
|
| // This comprises a subset of the features of the NSD spec:
|
| // http://www.w3.org/TR/discovery-api/
|
| +[platforms=("chromeos", "linux", "mac", "win")]
|
| namespace mdns {
|
|
|
| // Represents a mDNS/DNS-SD service.
|
|
|