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

Unified Diff: remoting/test/connection_setup_info.h

Issue 1768383004: Cleanup AuthenticatorMethod usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/remoting_srcs.gypi ('k') | remoting/test/host_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/connection_setup_info.h
diff --git a/remoting/test/connection_setup_info.h b/remoting/test/connection_setup_info.h
index 96eedcdceec1e750ed913f650b59dfd6c1e17552..7a41f066e7ff9f28d3cccb3690b8a69a416235ce 100644
--- a/remoting/test/connection_setup_info.h
+++ b/remoting/test/connection_setup_info.h
@@ -6,9 +6,6 @@
#define REMOTING_TEST_CONNECTION_SETUP_INFO_H_
#include <string>
-#include <vector>
-
-#include "remoting/protocol/authentication_method.h"
namespace remoting {
namespace test {
@@ -34,7 +31,6 @@ struct ConnectionSetupInfo {
std::string shared_secret;
// Chromoting host information.
- std::vector<protocol::AuthenticationMethod> auth_methods;
std::string capabilities;
std::string host_id;
std::string host_jid;
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/test/host_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698