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

Unified Diff: content/common/frame_messages.h

Issue 479403004: Re-enable SitePerProcessBrowserTest.CrossSiteIframe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ah, stupid me! Created 6 years, 4 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 2190edb752cf621301e07e0015d50c479c3cfcf5..88dd7e18f800dcc9f39acd94aa31b84e69ba8f7f 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -371,6 +371,8 @@ IPC_MESSAGE_ROUTED0(FrameMsg_BeforeUnload)
IPC_MESSAGE_ROUTED1(FrameMsg_SwapOut,
int /* proxy_routing_id */)
+IPC_MESSAGE_ROUTED0(FrameMsg_Stop)
Charlie Reis 2014/08/19 21:32:32 Let's add a comment here.
nasko 2014/08/20 14:15:17 Done.
+
// Request for the renderer to insert CSS into the frame.
IPC_MESSAGE_ROUTED1(FrameMsg_CSSInsertRequest,
std::string /* css */)

Powered by Google App Engine
This is Rietveld 408576698