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

Unified Diff: chromeos/network/shill_property_util.h

Issue 68213018: ONC policy: Support SSID and Security change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years, 1 month 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/policy_applicator.cc ('k') | chromeos/network/shill_property_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/shill_property_util.h
diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h
index dc1f45fd85b0d7c16c7ff3926deb3c2251507225..466b967b6c3d89efb3fe4100c6d8e577773ace73 100644
--- a/chromeos/network/shill_property_util.h
+++ b/chromeos/network/shill_property_util.h
@@ -59,6 +59,13 @@ void SetUIData(const NetworkUIData& ui_data,
bool CopyIdentifyingProperties(const base::DictionaryValue& service_properties,
base::DictionaryValue* dest);
+// Compares the identifying configuration properties of |properties_a| and
+// |properties_b|, returns true if they are identical. See also
+// CopyIdentifyingProperties. Only WiFi, VPN, Ethernet and EthernetEAP are
+// supported. WiMax and Cellular are not supported.
+bool DoIdentifyingPropertiesMatch(const base::DictionaryValue& properties_a,
+ const base::DictionaryValue& properties_b);
+
} // namespace shill_property_util
class CHROMEOS_EXPORT NetworkTypePattern {
« no previous file with comments | « chromeos/network/policy_applicator.cc ('k') | chromeos/network/shill_property_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698