Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: content/common/frame_messages.h

Issue 331793005: Notify the change of brand color from renderer to Brower (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698