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

Unified Diff: chrome/browser/chromeos/login/session/user_session_manager.cc

Issue 2821103003: Remove the configuration of Tether-associated Wi-Fi networks once connectivity is lost. (Closed)
Patch Set: Created 3 years, 8 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: chrome/browser/chromeos/login/session/user_session_manager.cc
diff --git a/chrome/browser/chromeos/login/session/user_session_manager.cc b/chrome/browser/chromeos/login/session/user_session_manager.cc
index 1d6b4e5ae10ae12a9c719d4a7d3c651f57a38561..9b0aa249abd402d50500320bf65335f0026cd9d7 100644
--- a/chrome/browser/chromeos/login/session/user_session_manager.cc
+++ b/chrome/browser/chromeos/login/session/user_session_manager.cc
@@ -1260,6 +1260,7 @@ void UserSessionManager::FinalizePrepareProfile(Profile* profile) {
std::move(notification_presenter), profile->GetPrefs(),
ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
NetworkHandler::Get()->network_state_handler(),
+ NetworkHandler::Get()->managed_network_configuration_handler(),
NetworkConnect::Get());
}
}

Powered by Google App Engine
This is Rietveld 408576698