Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 2fd20c73e8fe3aa5399080592840662843f2d24d..b401ef65e5d246287d989d9d7cb2970c8de5b9ec 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -607,3 +607,7 @@ 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, |
| + uint32 /* brand_color */) |
|
dcheng
2014/06/16 18:52:19
SkColor instead of uint32. Ditto for other locatio
michaelbai
2014/06/16 21:09:37
Done.
|