Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(684)

Unified Diff: chromeos/network/network_state.h

Issue 267433005: Provide IPConfigs in networkingPrivate.GetProperties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/network/mock_managed_network_configuration_handler.h ('k') | chromeos/network/network_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chromeos/network/mock_managed_network_configuration_handler.h ('k') | chromeos/network/network_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698