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

Unified Diff: chromeos/network/network_configuration_handler.h

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: chromeos/network/network_configuration_handler.h
diff --git a/chromeos/network/network_configuration_handler.h b/chromeos/network/network_configuration_handler.h
index d76be197fafd9e549f57c06e6b35f9b814dc575d..b2e85be19d7f3f67149d7ade3d8c905786efd368 100644
--- a/chromeos/network/network_configuration_handler.h
+++ b/chromeos/network/network_configuration_handler.h
@@ -103,7 +103,7 @@ class CHROMEOS_EXPORT NetworkConfigurationHandler
void CreateShillConfiguration(
const base::DictionaryValue& shill_properties,
NetworkConfigurationObserver::Source source,
- const network_handler::StringResultCallback& callback,
+ const network_handler::ServiceResultCallback& callback,
const network_handler::ErrorCallback& error_callback);
// Removes the network |service_path| from any profiles that include it.
@@ -142,7 +142,7 @@ class CHROMEOS_EXPORT NetworkConfigurationHandler
const std::string& profile_path,
NetworkConfigurationObserver::Source source,
scoped_ptr<base::DictionaryValue> configure_properties,
- const network_handler::StringResultCallback& callback,
+ const network_handler::ServiceResultCallback& callback,
const dbus::ObjectPath& service_path);
// Called from ProfileEntryDeleter instances when they complete causing
« no previous file with comments | « chromeos/network/mock_managed_network_configuration_handler.h ('k') | chromeos/network/network_configuration_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698