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

Unified Diff: remoting/client/client_config.h

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
Index: remoting/client/client_config.h
diff --git a/remoting/client/client_config.h b/remoting/client/client_config.h
index 4ae32780ef999f77acf1f65d68509b058c5425ff..bf8474bd87e87058582cefe7da28b3791b9851ac 100644
--- a/remoting/client/client_config.h
+++ b/remoting/client/client_config.h
@@ -23,7 +23,6 @@ struct ClientConfig {
std::string host_public_key;
std::string shared_secret;
- bool use_v1_authenticator;
std::vector<protocol::AuthenticationMethod> authentication_methods;
std::string authentication_tag;
};

Powered by Google App Engine
This is Rietveld 408576698