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

Unified Diff: content/common/frame_messages.h

Issue 309143002: Navigation transitions: Added "addStyleSheetByURL" function to insert stylesheet links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes from review. Created 6 years, 7 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..e778c96d7a39005357f2c38ab5469b3811ea8722 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -359,6 +359,13 @@ IPC_MESSAGE_ROUTED1(FrameMsg_DidEndColorChooser, unsigned)
IPC_MESSAGE_ROUTED0(FrameMsg_DeleteProxy)
// -----------------------------------------------------------------------------
+// Messages sent from the browser to the renderer to support navigation
+// transitions.
+
+// Tells the renderer to insert a link to the specified stylesheet.
+IPC_MESSAGE_ROUTED1(FrameMsg_AddStyleSheetByURL, std::string)
+
+// -----------------------------------------------------------------------------
// Messages sent from the renderer to the browser.
// Blink and JavaScript error messages to log to the console

Powered by Google App Engine
This is Rietveld 408576698