| Index: ipc/ipc_message_start.h
|
| diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
|
| index 8197ac629703eb94758ff952f1cad4784582b224..50fec1c598591524b42fb7a0952d6bcc7db2a83f 100644
|
| --- a/ipc/ipc_message_start.h
|
| +++ b/ipc/ipc_message_start.h
|
| @@ -113,6 +113,7 @@ enum IPCMessageStart {
|
| CastMediaMsgStart,
|
| AwMessagePortMsgStart,
|
| SyncCompositorMsgStart,
|
| + ChromeGuestViewMsgStart,
|
| ExtensionsGuestViewMsgStart,
|
| GuestViewMsgStart,
|
| // Note: CastCryptoMsgStart and CastChannelMsgStart reserved for Chromecast
|
| @@ -135,6 +136,7 @@ enum IPCMessageStart {
|
| StartupMetricMsgStart,
|
| ArcCameraMsgStart,
|
| DWriteFontProxyMsgStart,
|
| + FrameletGuestViewMsgStart,
|
| LastIPCMsgStart // Must come last.
|
| };
|
|
|
|
|