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

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: Rebase. 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 1c9cc4e135106f957beec9bc5c980abb1d2d8b73..b2ad307a6c213795532ae8094b89a809ef36d33e 100644
--- a/chrome/browser/chromeos/login/session/user_session_manager.cc
+++ b/chrome/browser/chromeos/login/session/user_session_manager.cc
@@ -1241,6 +1241,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());
}
}
« no previous file with comments | « no previous file | chromeos/components/tether/BUILD.gn » ('j') | chromeos/components/tether/network_configuration_remover.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698