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

Unified Diff: content/common/view_messages.h

Issue 2447143003: Use kRenderClientId command line flag when starting a render process (Closed)
Patch Set: Removed SetFrameSinkID IPC; Using base::StringToInt() instead of std::stoi() Created 4 years, 2 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 831a6eec31d3eed3e7dec30f8440cb803e314fdc..46e5567e92bec49396ea4048549e6d7762bd2081 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -607,10 +607,6 @@ IPC_MESSAGE_ROUTED3(ViewMsg_ReclaimCompositorResources,
bool /* is_swap_ack */,
cc::ReturnedResourceArray /* resources */)
-// Sent by browser to give renderer compositor a new namespace ID for any
-// SurfaceSequences it has to create.
-IPC_MESSAGE_ROUTED1(ViewMsg_SetFrameSinkId, cc::FrameSinkId /* frame_sink_id */)
-
IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret)
// Sent by the browser to ask the renderer to redraw. Robust to events that can

Powered by Google App Engine
This is Rietveld 408576698