Chromium Code Reviews| Index: chromeos/network/network_util.h |
| diff --git a/chromeos/network/network_util.h b/chromeos/network/network_util.h |
| index 6da2f7c12525db042eb58f5801cb1e686c27337b..9bcb3b9a1a935a35f3075ad1acfa86952c0dc66f 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. |
|
pneubeck (no reviews)
2014/05/22 16:24:20
Maybe drop a note that |debugging_properties=true|
stevenjb
2014/05/23 21:50:59
Done.
|
| 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 |