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

Unified Diff: chromeos/dbus/shill_profile_client.h

Issue 13957012: Adding a NetworkProfileHandler used by ManagedNetworkConfigurationHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 7 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
« no previous file with comments | « chromeos/dbus/shill_manager_client_stub.cc ('k') | chromeos/dbus/shill_profile_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_profile_client.h
diff --git a/chromeos/dbus/shill_profile_client.h b/chromeos/dbus/shill_profile_client.h
index 4d653ffe49b6e8d266ad340e2338f0fdc8220d97..9c6c2a7ef9015184803d7e2435438169080d146d 100644
--- a/chromeos/dbus/shill_profile_client.h
+++ b/chromeos/dbus/shill_profile_client.h
@@ -45,7 +45,8 @@ class CHROMEOS_EXPORT ShillProfileClient {
// GetTestInterface(), only implemented in the stub implementation.
class TestInterface {
public:
- virtual void AddProfile(const std::string& profile_path) = 0;
+ virtual void AddProfile(const std::string& profile_path,
+ const std::string& userhash) = 0;
virtual void AddEntry(const std::string& profile_path,
const std::string& entry_path,
const base::DictionaryValue& properties) = 0;
@@ -60,7 +61,7 @@ class CHROMEOS_EXPORT ShillProfileClient {
// Factory function, creates a new instance which is owned by the caller.
// For normal usage, access the singleton via DBusThreadManager::Get().
static ShillProfileClient* Create(DBusClientImplementationType type,
- dbus::Bus* bus);
+ dbus::Bus* bus);
// Adds a property changed |observer| for the profile at |profile_path|.
virtual void AddPropertyChangedObserver(
« no previous file with comments | « chromeos/dbus/shill_manager_client_stub.cc ('k') | chromeos/dbus/shill_profile_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698