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

Unified Diff: content/common/render_message_filter.mojom

Issue 2472733002: Move ViewHostMsg_CreateFullscreenWidget to mojom. (Closed)
Patch Set: Move ViewHostMsg_CreateFullscreenWidget to mojom. Created 4 years, 1 month 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
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/render_message_filter.mojom
diff --git a/content/common/render_message_filter.mojom b/content/common/render_message_filter.mojom
index 3166cbb377fe91d10a25b40d6a7812c666a420a0..be6a9a97cdfc6f5322e8923b59f7a2d83f535ed7 100644
--- a/content/common/render_message_filter.mojom
+++ b/content/common/render_message_filter.mojom
@@ -88,4 +88,8 @@ interface RenderMessageFilter {
// dropdowns.
[Sync] CreateNewWidget(int32 opener_id, content.mojom.WebPopupType popup_type)
=> (int32 route_id);
+
+ // Similar to CreateWidget except the widget is a full screen window.
+ [Sync] CreateFullscreenWidget(int32 opener_id)
+ => (int32 route_id);
};
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698