| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |