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

Unified Diff: content/common/native_types.typemap

Issue 2450353004: Move ViewHostMsg_CreateWidget to mojom (Closed)
Patch Set: Addressed jam's comments + sync 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..4cb97f98402cce913a6192023aa09d3381397e41 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",
@@ -42,4 +43,5 @@ type_mappings = [
"content.mojom.RendererPreferences=content::RendererPreferences",
"content.mojom.ResizeParams=content::ResizeParams",
"content.mojom.WebPreferences=content::WebPreferences",
+ "content.mojom.WebPopupType=blink::WebPopupType",
Tom Sepez 2016/11/01 21:06:13 nit: alphabetize.
Jay Civelli 2016/11/01 21:08:41 Done.
]
« 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