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()); |
} |