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

Unified Diff: content/common/native_types.typemap

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.mojom ('k') | content/common/render_message_filter.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/native_types.typemap
diff --git a/content/common/native_types.typemap b/content/common/native_types.typemap
index 6ee3a9b4740eeaac247b4a66e202d470493de89b..e75986137f58a534a36b991827cea8b6f1420f32 100644
--- a/content/common/native_types.typemap
+++ b/content/common/native_types.typemap
@@ -10,6 +10,7 @@ public_headers = [
"//content/public/common/renderer_preferences.h",
"//content/public/common/web_preferences.h",
"//net/base/network_change_notifier.h",
+ "//third_party/WebKit/public/web/WebPopupType.h",
]
traits_headers = [
"//content/common/frame_messages.h",
@@ -41,5 +42,6 @@ type_mappings = [
"content.mojom.NetworkConnectionType=net::NetworkChangeNotifier::ConnectionType",
"content.mojom.RendererPreferences=content::RendererPreferences",
"content.mojom.ResizeParams=content::ResizeParams",
+ "content.mojom.WebPopupType=blink::WebPopupType",
"content.mojom.WebPreferences=content::WebPreferences",
]
« no previous file with comments | « content/common/native_types.mojom ('k') | content/common/render_message_filter.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698