| Index: chromeos/network/network_state.cc
 | 
| diff --git a/chromeos/network/network_state.cc b/chromeos/network/network_state.cc
 | 
| index 8bbb9911640e7514fd5717f6e61d4d9534b0635c..1843a692a7278c8c9b4a8fed48f0b96f12831350 100644
 | 
| --- a/chromeos/network/network_state.cc
 | 
| +++ b/chromeos/network/network_state.cc
 | 
| @@ -202,6 +202,8 @@ void NetworkState::GetStateProperties(base::DictionaryValue* dictionary) const {
 | 
|    dictionary->SetStringWithoutPathExpansion(shill::kGuidProperty, guid());
 | 
|    dictionary->SetStringWithoutPathExpansion(shill::kSecurityClassProperty,
 | 
|                                              security_class());
 | 
| +  dictionary->SetStringWithoutPathExpansion(shill::kProfileProperty,
 | 
| +                                            profile_path());
 | 
|  
 | 
|    if (visible()) {
 | 
|      if (!error().empty())
 | 
| 
 |