Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: chromeos/network/network_configuration_handler.cc

Issue 289383004: Merge FavoriteState into NetworkState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
}
« no previous file with comments | « chromeos/network/network_change_notifier_chromeos_unittest.cc ('k') | chromeos/network/network_connection_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698