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

Unified Diff: chromeos/network/network_util.h

Issue 694533007: Add 'setProperties' to InternetOptionsHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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 307f131adb853067d43b8c93dfcabc8e27a44e66..3dba418715349fd6c12858a38932aafdfc2e6010 100644
--- a/chromeos/network/network_util.h
+++ b/chromeos/network/network_util.h
@@ -97,6 +97,11 @@ CHROMEOS_EXPORT bool ParseCellularScanResults(
CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue> TranslateNetworkStateToONC(
const NetworkState* network);
+// Similar to TranslateNetworkStateToONC but just gets the properties required
+// for configuration (i.e. no connection state properties).
+scoped_ptr<base::DictionaryValue> TranslateNetworkConfigurationStateToONC(
+ const NetworkState* network);
+
// Retrieves the list of network services by passing |pattern|,
// |configured_only|, and |visible_only| to NetworkStateHandler::
// GetNetworkListByType(). Translates the result into a list of ONC

Powered by Google App Engine
This is Rietveld 408576698