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

Unified Diff: chromeos/network/favorite_state.cc

Issue 280023003: Implement networkingPrivate.getNetworks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nonchromeos 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
« no previous file with comments | « chromeos/dbus/shill_manager_client.h ('k') | chromeos/network/network_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/favorite_state.cc
diff --git a/chromeos/network/favorite_state.cc b/chromeos/network/favorite_state.cc
index 65b26b391ce020ec8f156828d5e04ba28d7a8607..8fa8c8eacfdae45c20dcfa8634106ff0ffba6e9f 100644
--- a/chromeos/network/favorite_state.cc
+++ b/chromeos/network/favorite_state.cc
@@ -74,9 +74,12 @@ void FavoriteState::GetStateProperties(
ManagedState::GetStateProperties(dictionary);
dictionary->SetStringWithoutPathExpansion(shill::kGuidProperty, guid());
+ dictionary->SetStringWithoutPathExpansion(shill::kSecurityProperty,
+ security_);
+
+ // Note: The following are added for debugging, but do not translate to ONC.
dictionary->SetStringWithoutPathExpansion(shill::kProfileProperty,
profile_path());
- // Add ONCSource for debugging.
dictionary->SetStringWithoutPathExpansion(NetworkUIData::kKeyONCSource,
ui_data_.GetONCSourceAsString());
}
« no previous file with comments | « chromeos/dbus/shill_manager_client.h ('k') | chromeos/network/network_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698