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

Unified Diff: chrome/common/render_messages_internal.h

Issue 42435: Implement default css for toolstrips. (Closed)
Patch Set: Fix crash Created 11 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: chrome/common/render_messages_internal.h
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index bd133152a9ebb8eb2a89c8ec494a171b0db419df..ae546865683628f4f354c8448613285f1d238760 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -221,6 +221,13 @@ IPC_BEGIN_MESSAGES(View)
std::wstring, /* frame_xpath */
std::wstring /* jscript_url */)
+ // Request for the renderer to evaluate an xpath to a frame and insert css
+ // into that frame's document. See ViewMsg_ScriptEvalRequest for details on
+ // allowed xpath expressions.
+ IPC_MESSAGE_ROUTED2(ViewMsg_CSSInsertRequest,
+ std::wstring, /* frame_xpath */
+ std::string /* css string */)
+
// Log a message to the console of the target frame
IPC_MESSAGE_ROUTED3(ViewMsg_AddMessageToConsole,
std::wstring, /* frame_xpath */

Powered by Google App Engine
This is Rietveld 408576698