Index: chromeos/network/network_util.h |
diff --git a/chromeos/network/network_util.h b/chromeos/network/network_util.h |
index 302bf4f55cbd2cda3d18e0f024ba2181ff353717..d5f91fa75ef40ac142217226ecc39aca0facfd57 100644 |
--- a/chromeos/network/network_util.h |
+++ b/chromeos/network/network_util.h |
@@ -86,9 +86,15 @@ CHROMEOS_EXPORT bool ParseCellularScanResults( |
const base::ListValue& list, std::vector<CellularScanResult>* scan_results); |
// Retrieves the list of network services and translates each into a list of |
-// ONC dictionaries using TranslateShillServiceToONCPart. |
+// ONC dictionaries using TranslateShillServiceToONCPart. |pattern|, |
+// |configured_only|, and |visible_only| are passed to |
+// NetworkStateHandler::GetFavoriteListByType, and |limit| is used to limit |
+// the number of results. |
CHROMEOS_EXPORT scoped_ptr<base::ListValue> TranslateNetworkListToONC( |
tbarzic
2014/05/13 19:02:58
suggestion: GetNetworkListAsONC may be more suitab
|
- NetworkTypePattern pattern); |
+ NetworkTypePattern pattern, |
+ bool configured_only, |
+ bool visible_only, |
+ int limit); |
} // namespace network_util |
} // namespace chromeos |