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

Unified Diff: chromeos/network/network_state.h

Issue 23551004: Move Shill property utility functions to a new separate file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome/ compilation. Created 7 years, 4 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
Index: chromeos/network/network_state.h
diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
index 5752057345de01363d080c11313ca8190c4e107e..8e485a912d0994798a15f13b67888e7b5cc1c955 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 NetworkStateHandler;

Powered by Google App Engine
This is Rietveld 408576698