| Index: chrome/browser/chromeos/cros/network_ip_config.h
|
| diff --git a/chrome/browser/chromeos/cros/network_ip_config.h b/chrome/browser/chromeos/cros/network_ip_config.h
|
| index 3081965bf5b2bdaf929dd6c831b061550aef8539..860370a31208e76633a1194822a40e1f69e3a035 100644
|
| --- a/chrome/browser/chromeos/cros/network_ip_config.h
|
| +++ b/chrome/browser/chromeos/cros/network_ip_config.h
|
| @@ -19,6 +19,8 @@ struct NetworkIPConfig {
|
| const std::string& gateway, const std::string& name_servers);
|
| ~NetworkIPConfig();
|
|
|
| + std::string ToString() const;
|
| +
|
| // Gets the PrefixLength for an IPv4 netmask.
|
| // For example, "255.255.255.0" => 24
|
| // If the netmask is invalid, this will return -1;
|
|
|