| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index dc0a96987312efbdab54862b5aa1dc16f66de8ea..b31f52f0aa896048d9cf89d9e632d680c348fc1f 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -605,9 +605,9 @@ 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 */)
|
| +// Notify browser the theme color has been changed.
|
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_DidChangeThemeColor,
|
| + SkColor /* theme_color */)
|
|
|
| // Response for FrameMsg_TextSurroundingSelectionRequest, |startOffset| and
|
| // |endOffset| are the offsets of the selection in the returned |content|.
|
|
|