Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1033)

Unified Diff: remoting/client/client_config.cc

Issue 10453064: Remove V1 authenticators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/client_config.h ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « remoting/client/client_config.h ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698