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

Unified Diff: chromeos/dbus/shill_profile_client.h

Issue 2754903002: Prevent networkingPrivate.forgetNetwork from removing shared configs (Closed)
Patch Set: . Created 3 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/dbus/shill_profile_client.h
diff --git a/chromeos/dbus/shill_profile_client.h b/chromeos/dbus/shill_profile_client.h
index 5f60d7efbdbc7f5d9797af7321aa3ee32b6e4c6c..0619542bda159f2eec59b0cd7f031ce1fd864a30 100644
--- a/chromeos/dbus/shill_profile_client.h
+++ b/chromeos/dbus/shill_profile_client.h
@@ -72,6 +72,12 @@ class CHROMEOS_EXPORT ShillProfileClient : public DBusClient {
// Sets |profiles| to the current list of profile paths.
virtual void GetProfilePaths(std::vector<std::string>* profiles) = 0;
+ // Sets |profiles| to the current list of profile paths that contain an
+ // entry for |service_path|.
+ virtual void GetProfilePathsContainingService(
+ const std::string& service_path,
+ std::vector<std::string>* profiles) = 0;
+
// Sets |properties| to the entry for |service_path|, sets |profile_path|
// to the path of the profile with the entry, and returns true if the
// service exists in any profile.

Powered by Google App Engine
This is Rietveld 408576698