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

Unified Diff: remoting/host/client_session.h

Issue 2420183002: Don't use barcodes in ProtocolPerfTests (Closed)
Patch Set: . Created 4 years, 2 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/host/client_session.h
diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
index 96e177fca209b03ed68e8b4b3bec1355a65eb8e4..5bdb97f53897237c03feb75693111f21770f6bdc 100644
--- a/remoting/host/client_session.h
+++ b/remoting/host/client_session.h
@@ -140,6 +140,10 @@ class ClientSession : public base::NonThreadSafe,
return client_capabilities_.get();
}
+ void SetEventTimestampsSourceForTests(
+ scoped_refptr<protocol::InputEventTimestampsSource>
+ event_timestamp_source);
+
private:
// Creates a proxy for sending clipboard events to the client.
std::unique_ptr<protocol::ClipboardStub> CreateClipboardProxy();

Powered by Google App Engine
This is Rietveld 408576698