| Index: chromeos/network/network_util.h
|
| diff --git a/chromeos/network/network_util.h b/chromeos/network/network_util.h
|
| index 6da2f7c12525db042eb58f5801cb1e686c27337b..0d4b8ecc95a260095da64217ba66d69c60c571ba 100644
|
| --- a/chromeos/network/network_util.h
|
| +++ b/chromeos/network/network_util.h
|
| @@ -100,12 +100,14 @@ CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue> TranslateFavoriteStateToONC(
|
| // |configured_only|, and |visible_only| to NetworkStateHandler::
|
| // GetNetworkListByType(). Translates the result into a list of ONC
|
| // dictionaries using TranslateShillServiceToONCPart. |limit| is used to limit
|
| -// the number of results.
|
| +// the number of results. If |debugging_properties| is true then also include
|
| +// additional debugging properties (used in release code for chrome://network).
|
| CHROMEOS_EXPORT scoped_ptr<base::ListValue> TranslateNetworkListToONC(
|
| NetworkTypePattern pattern,
|
| bool configured_only,
|
| bool visible_only,
|
| - int limit);
|
| + int limit,
|
| + bool debugging_properties);
|
|
|
| } // namespace network_util
|
| } // namespace chromeos
|
|
|