| Index: remoting/host/json_host_config.cc
|
| diff --git a/remoting/host/json_host_config.cc b/remoting/host/json_host_config.cc
|
| index 897402c8e50c64526e8add1edda4b37f6954bb57..f97b343a5f5183e501b12e52196a175a94f87d99 100644
|
| --- a/remoting/host/json_host_config.cc
|
| +++ b/remoting/host/json_host_config.cc
|
| @@ -21,6 +21,8 @@ JsonHostConfig::JsonHostConfig(
|
| message_loop_proxy_(file_message_loop_proxy) {
|
| }
|
|
|
| +JsonHostConfig::~JsonHostConfig() {}
|
| +
|
| bool JsonHostConfig::Read() {
|
| // TODO(sergeyu): Implement better error handling here.
|
| std::string file_content;
|
|
|