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

Side by Side Diff: media/remoting/rpc.proto

Issue 2643253003: Media Remoting Clean-up: Less-redundant naming, style consistency, etc. (Closed)
Patch Set: REBASE Created 3 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 unified diff | Download patch
« no previous file with comments | « media/remoting/renderer_controller_unittest.cc ('k') | media/remoting/rpc/proto_enum_utils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Protocol buffer for Media Remoting. 5 // Protocol buffer for Media Remoting.
6 6
7 syntax = "proto2"; 7 syntax = "proto2";
8 8
9 option optimize_for = LITE_RUNTIME; 9 option optimize_for = LITE_RUNTIME;
10 10
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 589
590 // RPC_CDMC_ONSESSIONMESSAGE 590 // RPC_CDMC_ONSESSIONMESSAGE
591 CdmClientOnSessionMessage cdmclient_onsessionmessage_rpc = 601; 591 CdmClientOnSessionMessage cdmclient_onsessionmessage_rpc = 601;
592 // RPC_CDMC_ONSESSIONKEYSCHANGE 592 // RPC_CDMC_ONSESSIONKEYSCHANGE
593 CdmClientOnSessionKeysChange cdmclient_onsessionkeychange_rpc = 602; 593 CdmClientOnSessionKeysChange cdmclient_onsessionkeychange_rpc = 602;
594 // RPC_CDMC_ONSESSIONEXPIRATIONUPDATE 594 // RPC_CDMC_ONSESSIONEXPIRATIONUPDATE
595 CdmClientOnSessionExpirationUpdate cdmclient_onsessionexpirationupdate_rpc = 595 CdmClientOnSessionExpirationUpdate cdmclient_onsessionexpirationupdate_rpc =
596 603; 596 603;
597 }; 597 };
598 } 598 }
OLDNEW
« no previous file with comments | « media/remoting/renderer_controller_unittest.cc ('k') | media/remoting/rpc/proto_enum_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698