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

Unified Diff: chromeos/dbus/shill_manager_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/chromeos.gyp ('k') | chromeos/dbus/shill_manager_client_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_manager_client.h
diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h
index f1b4d8c9d4f3e6a55555dbdf001ef5fb8949c9b2..231da2c86fad6d2f12a068469ac5e6acb386a54c 100644
--- a/chromeos/dbus/shill_manager_client.h
+++ b/chromeos/dbus/shill_manager_client.h
@@ -56,6 +56,12 @@ class CHROMEOS_EXPORT ShillManagerClient {
virtual void AddGeoNetwork(const std::string& technology,
const base::DictionaryValue& network) = 0;
+ // Does not create an actual profile in the ProfileClient but update the
+ // profiles list and sends a notification to observers. This should only be
+ // called by the ProfileStub. In all other cases, use
+ // ShillProfileClient::TestInterface::AddProfile.
+ virtual void AddProfile(const std::string& profile_path) = 0;
+
// Used to reset all properties; does not notify observers.
virtual void ClearProperties() = 0;
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/shill_manager_client_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698