| Index: chromeos/network/favorite_state.cc
|
| diff --git a/chromeos/network/favorite_state.cc b/chromeos/network/favorite_state.cc
|
| index 65b26b391ce020ec8f156828d5e04ba28d7a8607..05cf417a2e3532faccf3fededc0bccc5e65ae509 100644
|
| --- a/chromeos/network/favorite_state.cc
|
| +++ b/chromeos/network/favorite_state.cc
|
| @@ -74,9 +74,10 @@ void FavoriteState::GetStateProperties(
|
| ManagedState::GetStateProperties(dictionary);
|
|
|
| dictionary->SetStringWithoutPathExpansion(shill::kGuidProperty, guid());
|
| +
|
| + // 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());
|
| }
|
|
|