| Index: chromeos/network/network_state.h
|
| diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
|
| index 62edc03b34e2c6d7bc6333dbe03ae660b379c828..427e2af85ff1abb0847018511c0e2a5ab5e60284 100644
|
| --- a/chromeos/network/network_state.h
|
| +++ b/chromeos/network/network_state.h
|
| @@ -105,15 +105,6 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
|
| // key.
|
| static std::string IPConfigProperty(const char* key);
|
|
|
| - // Sets |out| to the UIData specified by |value|. Returns true if successfully
|
| - // parsed.
|
| - static bool GetUIDataFromValue(const base::Value& value, NetworkUIData* out);
|
| -
|
| - // Generates a name from properties."Wifi.HexSSID" if present, otherwise
|
| - // validates properties.Name and returns a valid utf8 version.
|
| - static std::string GetNameFromProperties(
|
| - const std::string& service_path,
|
| - const base::DictionaryValue& properties);
|
|
|
| private:
|
| friend class MobileActivatorTest;
|
|
|