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

Unified Diff: remoting/test/remote_host_info.cc

Issue 1755273003: Simplify AuthenticationMethod type and PIN hash handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/test/remote_host_info.cc
diff --git a/remoting/test/remote_host_info.cc b/remoting/test/remote_host_info.cc
index 3e794927dc04a4440b93bd2503ff4368775ae5d1..c4f97cdc9d94c9bfa6807c5e8ea4a46b3a1f65b9 100644
--- a/remoting/test/remote_host_info.cc
+++ b/remoting/test/remote_host_info.cc
@@ -53,7 +53,7 @@ ConnectionSetupInfo RemoteHostInfo::GenerateConnectionSetupInfo(
connection_setup_info.user_name = user_name;
connection_setup_info.auth_methods.push_back(
- protocol::AuthenticationMethod::ThirdParty());
+ protocol::AuthenticationMethod::THIRD_PARTY);
return connection_setup_info;
}

Powered by Google App Engine
This is Rietveld 408576698