| Index: chromeos/dbus/fake_shill_service_client.h
|
| diff --git a/chromeos/dbus/fake_shill_service_client.h b/chromeos/dbus/fake_shill_service_client.h
|
| index 708c78fb81ce095c8984b5f68635c8280329c310..dfacec7eb2423e783bcb92680cca5357ea5f6b48 100644
|
| --- a/chromeos/dbus/fake_shill_service_client.h
|
| +++ b/chromeos/dbus/fake_shill_service_client.h
|
| @@ -80,14 +80,21 @@ class CHROMEOS_EXPORT FakeShillServiceClient
|
| const std::string& name,
|
| const std::string& type,
|
| const std::string& state,
|
| - bool add_to_visible_list) OVERRIDE;
|
| + bool visible) OVERRIDE;
|
| virtual void AddServiceWithIPConfig(const std::string& service_path,
|
| const std::string& guid,
|
| const std::string& name,
|
| const std::string& type,
|
| const std::string& state,
|
| const std::string& ipconfig_path,
|
| - bool add_to_visible_list) OVERRIDE;
|
| + bool visible) OVERRIDE;
|
| + virtual base::DictionaryValue* SetServiceProperties(
|
| + const std::string& service_path,
|
| + const std::string& guid,
|
| + const std::string& name,
|
| + const std::string& type,
|
| + const std::string& state,
|
| + bool visible) OVERRIDE;
|
| virtual void RemoveService(const std::string& service_path) OVERRIDE;
|
| virtual bool SetServiceProperty(const std::string& service_path,
|
| const std::string& property,
|
|
|