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

Unified Diff: chromeos/network/shill_property_util.h

Issue 23872021: Use Name not SSID in CopyIdentifyingProperties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Eliminate CopyIdentifyingProperties 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
Index: chromeos/network/shill_property_util.h
diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h
index e8485ba1a7210f93dbe76583a1d011b91e143d1f..058a5a45f0a3aa7fbea22cc36be8ae99936d2da7 100644
--- a/chromeos/network/shill_property_util.h
+++ b/chromeos/network/shill_property_util.h
@@ -42,13 +42,6 @@ scoped_ptr<NetworkUIData> GetUIDataFromProperties(
void SetUIData(const NetworkUIData& ui_data,
base::DictionaryValue* shill_dictionary);
-// Copy configuration properties required by Shill to identify a network.
-// Only WiFi, VPN, Ethernet and EthernetEAP are supported. WiMax and Cellular
-// are not supported. Returns true only if all required properties could be
-// copied.
-bool CopyIdentifyingProperties(const base::DictionaryValue& service_properties,
pneubeck (no reviews) 2013/09/14 16:04:25 please keep this function as it was. I made it vis
stevenjb 2013/09/16 16:29:49 OK, but let's make sure we use it soon or remove i
- base::DictionaryValue* dest);
-
} // namespace shill_property_util
class CHROMEOS_EXPORT NetworkTypePattern {

Powered by Google App Engine
This is Rietveld 408576698