Chromium Code Reviews| Index: chromeos/network/shill_property_util.h |
| diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h |
| index e8485ba1a7210f93dbe76583a1d011b91e143d1f..058a5a45f0a3aa7fbea22cc36be8ae99936d2da7 100644 |
| --- a/chromeos/network/shill_property_util.h |
| +++ b/chromeos/network/shill_property_util.h |
| @@ -42,13 +42,6 @@ scoped_ptr<NetworkUIData> GetUIDataFromProperties( |
| void SetUIData(const NetworkUIData& ui_data, |
| base::DictionaryValue* shill_dictionary); |
| -// Copy configuration properties required by Shill to identify a network. |
| -// Only WiFi, VPN, Ethernet and EthernetEAP are supported. WiMax and Cellular |
| -// are not supported. Returns true only if all required properties could be |
| -// copied. |
| -bool CopyIdentifyingProperties(const base::DictionaryValue& service_properties, |
|
pneubeck (no reviews)
2013/09/14 16:04:25
please keep this function as it was. I made it vis
stevenjb
2013/09/16 16:29:49
OK, but let's make sure we use it soon or remove i
|
| - base::DictionaryValue* dest); |
| - |
| } // namespace shill_property_util |
| class CHROMEOS_EXPORT NetworkTypePattern { |