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

Unified Diff: content/common/frame_messages.h

Issue 188923002: Move RenderViewHost::InsertCSS to RenderFrameHost. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 9 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 a8a289854bb9b5f3763222e3dddd3124c0027f77..2dcf63dd3abbb830bbfca0c12063541b1cbe390e 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -297,6 +297,10 @@ IPC_MESSAGE_ROUTED1(FrameMsg_Navigate, FrameMsg_Navigate_Params)
// finished.
IPC_MESSAGE_ROUTED0(FrameMsg_SwapOut)
+// Request for the renderer to insert CSS into the frame.
+IPC_MESSAGE_ROUTED1(FrameMsg_CSSInsertRequest,
+ std::string /* css string */)
nasko 2014/03/06 19:31:55 nit: The comment should match the parameter name.
Avi (use Gerrit) 2014/03/06 21:21:04 Done.
+
// -----------------------------------------------------------------------------
// Messages sent from the renderer to the browser.

Powered by Google App Engine
This is Rietveld 408576698