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

Unified Diff: content/common/native_types.typemap

Issue 2400313002: Convert miscellaneous RenderThreadImpl messages to mojom (Closed)
Patch Set: rebase 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
« no previous file with comments | « content/common/native_types.mojom ('k') | content/common/native_types_mac.typemap » ('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 ad8a54687371cfe4e92d29dc2cb8dd52ce79ac13..6ee3a9b4740eeaac247b4a66e202d470493de89b 100644
--- a/content/common/native_types.typemap
+++ b/content/common/native_types.typemap
@@ -9,6 +9,7 @@ public_headers = [
"//content/common/resize_params.h",
"//content/public/common/renderer_preferences.h",
"//content/public/common/web_preferences.h",
+ "//net/base/network_change_notifier.h",
]
traits_headers = [
"//content/common/frame_messages.h",
@@ -25,6 +26,7 @@ public_deps = [
"//cc/ipc",
"//media",
"//media/base/ipc",
+ "//net",
"//ui/accessibility",
"//ui/base/ime:text_input_types",
"//ui/gfx/ipc",
@@ -36,6 +38,7 @@ public_deps = [
type_mappings = [
"content.mojom.FrameOwnerProperties=content::FrameOwnerProperties",
"content.mojom.FrameReplicationState=content::FrameReplicationState",
+ "content.mojom.NetworkConnectionType=net::NetworkChangeNotifier::ConnectionType",
"content.mojom.RendererPreferences=content::RendererPreferences",
"content.mojom.ResizeParams=content::ResizeParams",
"content.mojom.WebPreferences=content::WebPreferences",
« no previous file with comments | « content/common/native_types.mojom ('k') | content/common/native_types_mac.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698