Chromium Code Reviews| Index: remoting/client/client_config.cc |
| diff --git a/remoting/client/client_config.cc b/remoting/client/client_config.cc |
| index 7a9a844ec3d8b0960ebadacb31e8793fad8158ff..85de1529ac3378bb40ad5f10fc63f51cd5e08945 100644 |
| --- a/remoting/client/client_config.cc |
| +++ b/remoting/client/client_config.cc |
| @@ -6,8 +6,7 @@ |
| namespace remoting { |
| -ClientConfig::ClientConfig() |
| - : use_v1_authenticator(false) { |
| +ClientConfig::ClientConfig() { |
|
Wez
2012/05/29 21:47:04
Seems a shame to keep this code file now it's pure
|
| } |
| ClientConfig::~ClientConfig() { |