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

Unified Diff: remoting/proto/video_stats.proto

Issue 2779483002: Revert of [Chromoting] Send DesktopFrame::capturer_id() to client through WebrtcVideoStream (Closed)
Patch Set: Created 3 years, 9 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/protocol/frame_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/video_stats.proto
diff --git a/remoting/proto/video_stats.proto b/remoting/proto/video_stats.proto
index 6bc4bb639d727032a971144aa9e7e70a10cb7aca..198edcab5bfc75bdbff0fc0913e76fa17fcf887b 100644
--- a/remoting/proto/video_stats.proto
+++ b/remoting/proto/video_stats.proto
@@ -11,7 +11,6 @@
package remoting;
-// Next Id: 13
message FrameStatsMessage {
// Frame ID.
optional uint32 frame_id = 1;
@@ -45,9 +44,5 @@
// Current bandwidth estimate in kb/s.
optional int32 bandwidth_estimate_kbps = 11;
-
- // The capturer Id to indicate the implementation of ScreenCapturer that
- // generates this frame.
- optional uint32 capturer_id = 12;
}
« no previous file with comments | « no previous file | remoting/protocol/frame_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698