| Index: remoting/host/host_config.h
|
| diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h
|
| index f0912bcb46c2c8e3b1dbe3ef848ec75d42890994..72237676c46428e58583b6e01fdd699b8b962baa 100644
|
| --- a/remoting/host/host_config.h
|
| +++ b/remoting/host/host_config.h
|
| @@ -39,6 +39,8 @@ class HostConfig : public base::RefCountedThreadSafe<HostConfig> {
|
| };
|
|
|
| // MutableHostConfig extends HostConfig for mutability.
|
| +//
|
| +// TODO(sergeyu): Simplify this interface.
|
| class MutableHostConfig : public HostConfig {
|
| public:
|
| MutableHostConfig() { };
|
|
|