Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chromeos / network / onc / onc_utils.h
index 261ae49..c31cd2e 100644 (file)
@@ -130,6 +130,10 @@ CHROMEOS_EXPORT bool ResolveServerCertRefsInNetwork(
 CHROMEOS_EXPORT NetworkTypePattern NetworkTypePatternFromOncType(
     const std::string& type);
 
+// Returns true if |property_key| is a recommended value in the ONC dictionary.
+CHROMEOS_EXPORT bool IsRecommendedValue(const base::DictionaryValue* onc,
+                                        const std::string& property_key);
+
 }  // namespace onc
 }  // namespace chromeos