Chromium Code Reviews| Index: device/nfc/nfc.mojom |
| diff --git a/device/nfc/nfc.mojom b/device/nfc/nfc.mojom |
| index de744d8409dc8127ee5637f60187bb5e9c2cf067..e181f0533650853f2d0764c80d5859c09fe8fdd4 100644 |
| --- a/device/nfc/nfc.mojom |
| +++ b/device/nfc/nfc.mojom |
| @@ -65,6 +65,9 @@ struct NFCMessage { |
| // path. It represents Web NFC id, that can be used for matching Web NFC |
| // content with the filter specified by |url| field in NFCWatchOptions. |
| string? url; |
| + |
| + // Maximum size of NFC message that can be sent over IPC is 32KB. |
| + const uint32 kMaxNFCMessageSize = 32768; |
|
dcheng
2016/09/08 04:42:38
Nit: omit NFCMessage here, since the constant is e
shalamov
2016/09/22 13:53:22
Done.
|
| }; |
| struct NFCPushOptions { |