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

Unified Diff: remoting/host/host_mock_objects.cc

Issue 2167473003: Revert of Renaming Gnubby and RemoteSecurityKey files/classes/members (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/host/host_mock_objects.h ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_mock_objects.cc
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
index 3253e461b35896e5e839b5bfd8ac0815d5676a76..20358247001ae1e3ad00157685bbb6012e87a8db 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -80,17 +80,17 @@
MockHostStatusObserver::~MockHostStatusObserver() {}
-MockSecurityKeyAuthHandler::MockSecurityKeyAuthHandler() {}
+MockGnubbyAuthHandler::MockGnubbyAuthHandler() {}
-MockSecurityKeyAuthHandler::~MockSecurityKeyAuthHandler() {}
+MockGnubbyAuthHandler::~MockGnubbyAuthHandler() {}
-void MockSecurityKeyAuthHandler::SetSendMessageCallback(
- const SecurityKeyAuthHandler::SendMessageCallback& callback) {
+void MockGnubbyAuthHandler::SetSendMessageCallback(
+ const GnubbyAuthHandler::SendMessageCallback& callback) {
callback_ = callback;
}
-const SecurityKeyAuthHandler::SendMessageCallback&
-MockSecurityKeyAuthHandler::GetSendMessageCallback() {
+const GnubbyAuthHandler::SendMessageCallback&
+MockGnubbyAuthHandler::GetSendMessageCallback() {
return callback_;
}
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698