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

Unified Diff: chromeos/dbus/shill_profile_client.h

Issue 181413006: Replace misc. network stub flags with more flexible ones (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Elim. shill_stub_helper and move functions to clients. Created 6 years, 10 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 e6d388571fd295e8711d405d6c35e389c82aba4e..0dd506fd441ff900f8649562ee9f58f0f098fb5a 100644
--- a/chromeos/dbus/shill_profile_client.h
+++ b/chromeos/dbus/shill_profile_client.h
@@ -76,6 +76,9 @@ class CHROMEOS_EXPORT ShillProfileClient : public DBusClient {
// For normal usage, access the singleton via DBusThreadManager::Get().
static ShillProfileClient* Create();
+ // Returns the shared profile path.
+ static const char* GetSharedProfilePath();
pneubeck (no reviews) 2014/02/28 09:37:59 const char* -> std::string to prevent any surprise
stevenjb 2014/02/28 17:43:06 We do this a lot in the UI (where it makes compare
+
// Adds a property changed |observer| for the profile at |profile_path|.
virtual void AddPropertyChangedObserver(
const dbus::ObjectPath& profile_path,

Powered by Google App Engine
This is Rietveld 408576698