| Index: remoting/host/in_memory_host_config.h
|
| diff --git a/remoting/host/in_memory_host_config.h b/remoting/host/in_memory_host_config.h
|
| index 82b9f6f8b4745fa2e91326c62efef8cc0d33a7be..7d5357c2f65bfff3c1309c4b9c7c02efd12849e2 100644
|
| --- a/remoting/host/in_memory_host_config.h
|
| +++ b/remoting/host/in_memory_host_config.h
|
| @@ -34,6 +34,8 @@ class InMemoryHostConfig : public MutableHostConfig,
|
| const std::string& in_value) OVERRIDE;
|
| virtual void SetBoolean(const std::string& path, bool in_value) OVERRIDE;
|
|
|
| + virtual bool CopyFrom(const base::DictionaryValue* dictionary) OVERRIDE;
|
| +
|
| virtual bool Save() OVERRIDE;
|
|
|
| protected:
|
|
|