| Index: net/base/net_util.h
|
| ===================================================================
|
| --- net/base/net_util.h (revision 30723)
|
| +++ net/base/net_util.h (working copy)
|
| @@ -165,6 +165,7 @@
|
| // * Each component begins and ends with an alphanumeric character
|
| // * Each component contains only alphanumeric characters and '-' or '_'
|
| // * The last component does not begin with a digit
|
| +// * Optional trailing dot after last component (means "treat as FQDN")
|
| //
|
| // NOTE: You should only pass in hosts that have been returned from
|
| // CanonicalizeHost(), or you may not get accurate results.
|
|
|