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

Unified Diff: remoting/proto/control.proto

Issue 11192042: Protocol plumbing for audio toggle. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « remoting/host/client_session.cc ('k') | remoting/proto/internal.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/control.proto
diff --git a/remoting/proto/control.proto b/remoting/proto/control.proto
index ebe035877bc5b446f05ff902654c40e029741cac..20f0b9d4b9b24a37fa09fbd33cf2d1dc17b9bd9c 100644
--- a/remoting/proto/control.proto
+++ b/remoting/proto/control.proto
@@ -21,6 +21,11 @@ message VideoControl {
optional bool enable = 1;
}
+message AudioControl {
+ // Enables the audio channel if true, pauses if false.
+ optional bool enable = 1;
+}
+
message CursorShapeInfo {
// Width, height (in screen pixels) of the cursor.
optional int32 width = 1;
« no previous file with comments | « remoting/host/client_session.cc ('k') | remoting/proto/internal.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698