| Index: chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.cc b/chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.cc
|
| index 98357b85e86e933f56ffd277325fef4cc01fa601..67b744836b8ebee3063bbaf454574ac296bd760b 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.cc
|
| @@ -820,6 +820,7 @@ void InternetOptionsHandler::PopulateDictionaryDetails(
|
| dictionary.SetBoolean("connecting", network->connecting());
|
| dictionary.SetBoolean("connected", network->connected());
|
| dictionary.SetString("connectionState", network->GetStateString());
|
| + dictionary.SetString("networkName", network->name());
|
|
|
| // Only show proxy for remembered networks.
|
| chromeos::NetworkProfileType network_profile = network->profile_type();
|
|
|