| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 6db0b9d60e8f2a394fb3a15a47d08dbf70b4ee02..eeeb557ff91d4450b64a3a6b06e310abc61831ea 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -613,6 +613,10 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_MediaPlayingNotification,
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_MediaPausedNotification,
|
| int64 /* player_cookie, distinguishes instances */)
|
|
|
| +// Notify browser the brand color has been changed.
|
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_DidChangeBrandColor,
|
| + SkColor /* brand_color */)
|
| +
|
| // Response for FrameMsg_TextSurroundingSelectionRequest, |startOffset| and
|
| // |endOffset| are the offsets of the selection in the returned |content|.
|
| IPC_MESSAGE_ROUTED3(FrameHostMsg_TextSurroundingSelectionResponse,
|
|
|