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

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: Rebased. Created 7 years, 3 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/network_connection_handler.cc ('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 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;
« no previous file with comments | « chromeos/network/network_connection_handler.cc ('k') | chromeos/network/network_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698