Commit d2dc55c4 authored by Evan Stade's avatar Evan Stade Committed by Chromium LUCI CQ

Remove obsolete cpp/mojom typemap for WebApplicationInfo

Bug: none
Change-Id: I9950f22a076ed0b5df43010c878d18372d5a6c69
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629402Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Auto-Submit: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843920}
parent 1980f0cb
...@@ -772,21 +772,6 @@ mojom("mojo_bindings") { ...@@ -772,21 +772,6 @@ mojom("mojo_bindings") {
] ]
component_deps = [ "//content/public/common" ] component_deps = [ "//content/public/common" ]
cpp_typemaps = [
{
types = [
{
mojom = "chrome.mojom.WebApplicationInfo"
cpp = "::WebApplicationInfo"
},
]
traits_headers = [ "web_application_info.h" ]
traits_private_headers =
[ "web_application_info_provider_param_traits.h" ]
traits_deps = [ "//ipc" ]
},
]
} }
if (enable_print_preview && !is_chromeos_ash) { if (enable_print_preview && !is_chromeos_ash) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment