| Index: chromeos/network/network_state.h
|
| diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
|
| index d0ee74a97ef66db5746ed99b8d88d0a900aeb01e..276c368d4aa83ac9ba1d155ede09f7282317c1d3 100644
|
| --- a/chromeos/network/network_state.h
|
| +++ b/chromeos/network/network_state.h
|
| @@ -99,6 +99,9 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
|
| // Converts the prefix length to a netmask string.
|
| std::string GetNetmask() const;
|
|
|
| + // Set the GUID. Called exclusively by NetworkStateHandler.
|
| + void SetGuid(const std::string& guid);
|
| +
|
| // Helpers (used e.g. when a state or error is cached)
|
| static bool StateIsConnected(const std::string& connection_state);
|
| static bool StateIsConnecting(const std::string& connection_state);
|
|
|