| 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 97dd66383c0ea270df79629c05bbb567e83a8bc2..b34d48870773400798440b0f1110621b12b7cfb4 100644
|
| --- a/chromeos/dbus/fake_shill_manager_client.h
|
| +++ b/chromeos/dbus/fake_shill_manager_client.h
|
| @@ -93,7 +93,8 @@ class CHROMEOS_EXPORT FakeShillManagerClient
|
| virtual void ClearProperties() OVERRIDE;
|
| virtual void SetManagerProperty(const std::string& key,
|
| const base::Value& value) OVERRIDE;
|
| - virtual void AddManagerService(const std::string& service_path) OVERRIDE;
|
| + virtual void AddManagerService(const std::string& service_path,
|
| + bool notify_observers) OVERRIDE;
|
| virtual void RemoveManagerService(const std::string& service_path) OVERRIDE;
|
| virtual void ClearManagerServices() OVERRIDE;
|
| virtual void ServiceStateChanged(const std::string& service_path,
|
| @@ -108,9 +109,6 @@ class CHROMEOS_EXPORT FakeShillManagerClient
|
| static const char kFakeEthernetNetworkPath[];
|
|
|
| private:
|
| - // |property| should be kServicesProperty or kServiceCompleteListProperty.
|
| - void SortServiceList(const std::string& property);
|
| -
|
| void SetDefaultProperties();
|
| void PassStubProperties(const DictionaryValueCallback& callback) const;
|
| void PassStubGeoNetworks(const DictionaryValueCallback& callback) const;
|
|
|