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

Unified Diff: content/common/render_message_filter.mojom

Issue 2450353004: Move ViewHostMsg_CreateWidget to mojom (Closed)
Patch Set: Addressed @tsepez's comment 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/common/native_types.typemap ('k') | content/common/swapped_out_messages.cc » ('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 3b19f688afe71ed6540fb505dca1c3834029a8be..3166cbb377fe91d10a25b40d6a7812c666a420a0 100644
--- a/content/common/render_message_filter.mojom
+++ b/content/common/render_message_filter.mojom
@@ -4,6 +4,7 @@
module content.mojom;
+import "content/common/native_types.mojom";
import "content/public/common/window_container_type.mojom";
import "third_party/WebKit/public/platform/referrer.mojom";
import "third_party/WebKit/public/web/window_features.mojom";
@@ -82,4 +83,9 @@ interface RenderMessageFilter {
// be created.
[Sync] CreateNewWindow(CreateNewWindowParams params)
=> (CreateNewWindowReply reply);
+
+ // Similar to CreateWindow, except used for sub-widgets, like <select>
+ // dropdowns.
+ [Sync] CreateNewWidget(int32 opener_id, content.mojom.WebPopupType popup_type)
+ => (int32 route_id);
};
« no previous file with comments | « content/common/native_types.typemap ('k') | content/common/swapped_out_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698