Index: chromeos/network/network_state.h |
diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h |
index cfe9705c1d2880c7d110cb19d65bc6cecfd7192b..d0ee74a97ef66db5746ed99b8d88d0a900aeb01e 100644 |
--- a/chromeos/network/network_state.h |
+++ b/chromeos/network/network_state.h |
@@ -39,6 +39,8 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState { |
virtual void GetStateProperties( |
base::DictionaryValue* dictionary) const OVERRIDE; |
+ void IPConfigPropertiesChanged(const base::DictionaryValue& properties); |
+ |
// Returns true, if the network requires a service activation. |
bool RequiresActivation() const; |
@@ -102,10 +104,6 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState { |
static bool StateIsConnecting(const std::string& connection_state); |
static bool ErrorIsValid(const std::string& error); |
- // Helper to return a full prefixed version of an IPConfig property key. |
- static std::string IPConfigProperty(const char* key); |
- |
- |
private: |
friend class MobileActivatorTest; |
friend class NetworkStateHandler; |