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

Unified Diff: chromeos/network/network_util.h

Issue 260083007: Replace chrome://network implementation with networkConfig API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Error handling Created 6 years, 7 months 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
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

Powered by Google App Engine
This is Rietveld 408576698