| Index: chrome/browser/chromeos/cros/network_ui_data.cc
|
| diff --git a/chrome/browser/chromeos/cros/network_ui_data.cc b/chrome/browser/chromeos/cros/network_ui_data.cc
|
| index 9fae463bb6e1275ded3f18782cf486723504716f..b546b4806dcb5f855425df356c3cd4be1b7f7401 100644
|
| --- a/chrome/browser/chromeos/cros/network_ui_data.cc
|
| +++ b/chrome/browser/chromeos/cros/network_ui_data.cc
|
| @@ -68,6 +68,8 @@ void NetworkUIData::SetProperty(const char* property_key,
|
| }
|
|
|
| void NetworkUIData::FillDictionary(base::DictionaryValue* dict) const {
|
| + dict->Clear();
|
| +
|
| std::string source_string(GetONCSourceMapper().GetKey(onc_source_));
|
| if (!source_string.empty())
|
| dict->SetString(kKeyONCSource, source_string);
|
|
|