Chromium Code Reviews| Index: components/arc/common/net.mojom |
| diff --git a/components/arc/common/net.mojom b/components/arc/common/net.mojom |
| index dde940d693fe0fc83246583c1ff0c355282de16e..67c3abee6a6952d4e817102f2da5d3f2da8964ed 100644 |
| --- a/components/arc/common/net.mojom |
| +++ b/components/arc/common/net.mojom |
| @@ -25,6 +25,7 @@ struct WifiConfiguration { |
| int32 signal_strength; |
| string bssid; |
| string security; |
| + [MinVersion=1] string? guid; |
| }; |
| struct NetworkData { |