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

Unified Diff: chromeos/network/network_util.cc

Issue 978923003: Improve Cellular support in networkingPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430115_internet_options_use_guid
Patch Set: Rebase Created 5 years, 9 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.cc
diff --git a/chromeos/network/network_util.cc b/chromeos/network/network_util.cc
index b5d50b3219ec14904f9e0eb70fedf4e92e348ded..f1e96298bec112c547f4eaeddc3e7d2a175f04c5 100644
--- a/chromeos/network/network_util.cc
+++ b/chromeos/network/network_util.cc
@@ -162,6 +162,8 @@ scoped_ptr<base::DictionaryValue> TranslateNetworkStateToONC(
device_dict->SetBooleanWithoutPathExpansion(
shill::kProviderRequiresRoamingProperty,
device->provider_requires_roaming());
+ device_dict->SetBooleanWithoutPathExpansion(
+ shill::kSupportNetworkScanProperty, device->support_network_scan());
shill_dictionary->SetWithoutPathExpansion(shill::kDeviceProperty,
device_dict.release());
}

Powered by Google App Engine
This is Rietveld 408576698