| Index: chromeos/network/network_configuration_handler.cc
|
| diff --git a/chromeos/network/network_configuration_handler.cc b/chromeos/network/network_configuration_handler.cc
|
| index 81c473c54aff017857bc41219e422573a646feb1..79ad45d3be24ecafd171423986556ff1f4284c46 100644
|
| --- a/chromeos/network/network_configuration_handler.cc
|
| +++ b/chromeos/network/network_configuration_handler.cc
|
| @@ -174,8 +174,6 @@ class NetworkConfigurationHandler::ProfileEntryDeleter
|
| // Run the callback if this is the last pending deletion.
|
| if (!callback_.is_null())
|
| callback_.Run();
|
| - // Request NetworkStateHandler manager update to update ServiceCompleteList.
|
| - owner_->network_state_handler_->UpdateManagerProperties();
|
| owner_->ProfileEntryDeleterCompleted(service_path_); // Deletes this.
|
| }
|
|
|
|
|