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

Unified Diff: remoting/protocol/video_frame_pump.h

Issue 2334293002: Two minor cleanups in remoting protocol. (Closed)
Patch Set: . Created 4 years, 3 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/protocol/video_frame_pump.h
diff --git a/remoting/protocol/video_frame_pump.h b/remoting/protocol/video_frame_pump.h
index 8a1b32deedc68a0ddf4c42a107bff5953cf29d27..5483400c8f9294b53fe39c2427b86b728dd652c2 100644
--- a/remoting/protocol/video_frame_pump.h
+++ b/remoting/protocol/video_frame_pump.h
@@ -70,9 +70,6 @@ class VideoStub;
class VideoFramePump : public VideoStream,
public webrtc::DesktopCapturer::Callback {
public:
- // Enables timestamps for generated frames. Used for testing.
- static void EnableTimestampsForTests();
-
// Creates a VideoFramePump running capture, encode and network tasks on the
// supplied TaskRunners. Video will be pumped to |video_stub|, which must
// outlive the pump..

Powered by Google App Engine
This is Rietveld 408576698