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

Unified Diff: remoting/test/test_chromoting_client_unittest.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/test_chromoting_client_unittest.cc
diff --git a/remoting/test/test_chromoting_client_unittest.cc b/remoting/test/test_chromoting_client_unittest.cc
index 6a4d2cbb39e3a4e0dd40adc3256bcfbc3c496c92..d4fd7e5920f658d95aaee891f5602dd2163ff0ba 100644
--- a/remoting/test/test_chromoting_client_unittest.cc
+++ b/remoting/test/test_chromoting_client_unittest.cc
@@ -73,7 +73,7 @@ void TestChromotingClientTest::SetUp() {
connection_setup_info_.host_jid = "test_host@faux_address.com/321";
connection_setup_info_.auth_methods.push_back(
- protocol::AuthenticationMethod::ThirdParty());
+ protocol::AuthenticationMethod::THIRD_PARTY);
}
void TestChromotingClientTest::TearDown() {
« remoting/protocol/negotiating_client_authenticator.cc ('K') | « remoting/test/remote_host_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698