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

Unified Diff: chrome/browser/chromeos/net/onc_utils.cc

Issue 1779633002: Invoke createNetwork() callback with GUID, not service name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix more trybot failures Created 4 years, 9 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/net/onc_utils.cc
diff --git a/chrome/browser/chromeos/net/onc_utils.cc b/chrome/browser/chromeos/net/onc_utils.cc
index 36c5df80b52d45369ca099dffa95bc9413a2ef3d..22bec7033826470fa8e582a25c969db7bd1c9d40 100644
--- a/chrome/browser/chromeos/net/onc_utils.cc
+++ b/chrome/browser/chromeos/net/onc_utils.cc
@@ -141,7 +141,7 @@ void ImportNetworksForUser(const user_manager::User* user,
} else {
config_handler->CreateShillConfiguration(
*shill_dict, NetworkConfigurationObserver::SOURCE_USER_ACTION,
- network_handler::StringResultCallback(),
+ network_handler::ServiceResultCallback(),
network_handler::ErrorCallback());
}
}
« no previous file with comments | « chrome/browser/chromeos/login/helper.cc ('k') | chrome/browser/extensions/api/vpn_provider/vpn_provider_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698