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

Unified Diff: remoting/host/host_mock_objects.h

Issue 1720243002: Removing Linux specific GnubbyAuthHandler header file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a build break 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
« no previous file with comments | « no previous file | remoting/host/security_key/gnubby_auth_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_mock_objects.h
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
index 9c374af4bda26606cf16e4fa5d687bf6f0616ba9..2df17fc1f93928875a885b1eaa88aac0ad67424e 100644
--- a/remoting/host/host_mock_objects.h
+++ b/remoting/host/host_mock_objects.h
@@ -25,6 +25,7 @@
#include "third_party/webrtc/modules/desktop_capture/mouse_cursor_monitor.h"
namespace base {
+class TimeDelta;
class SingleThreadTaskRunner;
} // namespace base
@@ -148,6 +149,8 @@ class MockGnubbyAuthHandler : public GnubbyAuthHandler {
MOCK_METHOD2(SendClientResponse,
void(int connection_id, const std::string& response));
MOCK_METHOD1(SendErrorAndCloseConnection, void(int connection_id));
+ MOCK_CONST_METHOD0(GetActiveConnectionCountForTest, size_t());
+ MOCK_METHOD1(SetRequestTimeoutForTest, void(const base::TimeDelta& timeout));
void SetSendMessageCallback(
const GnubbyAuthHandler::SendMessageCallback& callback) override;
« no previous file with comments | « no previous file | remoting/host/security_key/gnubby_auth_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698