Index: chromeos/dbus/fake_shill_manager_client.h |
diff --git a/chromeos/dbus/fake_shill_manager_client.h b/chromeos/dbus/fake_shill_manager_client.h |
index 339e0d16b8845889f2a911c8f7c95a70fc3d47e0..85be53a06a0d48461e5148b6efc893f3cef5346d 100644 |
--- a/chromeos/dbus/fake_shill_manager_client.h |
+++ b/chromeos/dbus/fake_shill_manager_client.h |
@@ -105,6 +105,7 @@ class CHROMEOS_EXPORT FakeShillManagerClient |
virtual int GetInteractiveDelay() const OVERRIDE; |
private: |
+ void SortServiceList(const std::string& property); |
pneubeck (no reviews)
2014/05/15 18:28:37
optional nit: add a comment; also that |property|
stevenjb
2014/05/15 20:12:41
Done.
|
void AddServiceToWatchList(const std::string& service_path); |
void SetDefaultProperties(); |
void PassStubProperties(const DictionaryValueCallback& callback) const; |