Skip to content

Commit

Permalink
Remove ChromotingMsgStart enum constant.
Browse files Browse the repository at this point in the history
Recent work has removed the last messages that depended upon
this constant.

Change-Id: Idfc28891de4b9a4eddf9ffc18e0d04c69ed8d480
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3923016
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1052162}
  • Loading branch information
tsepez authored and Chromium LUCI CQ committed Sep 28, 2022
1 parent cdc5bf0 commit 5489885
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ipc/ipc_message_start.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ enum IPCMessageStart {
NaClMsgStart,
PpapiMsgStart,
ExtensionMsgStart,
ChromotingMsgStart,
NaClHostMsgStart,
EncryptedMediaMsgStart,
GinJavaBridgeMsgStart,
Expand Down
3 changes: 0 additions & 3 deletions ipc/trace_ipc_message.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ void WriteIpcMessageIdAsProtozero(uint32_t message_id,
case ExtensionMsgStart:
message_class = ChromeLegacyIpc::CLASS_EXTENSION;
break;
case ChromotingMsgStart:
message_class = ChromeLegacyIpc::CLASS_CHROMOTING;
break;
case NaClHostMsgStart:
message_class = ChromeLegacyIpc::CLASS_NACL_HOST;
break;
Expand Down

0 comments on commit 5489885

Please sign in to comment.