As a next pre-work to convert the context menu IPC messages,
this CL moves UntrustworthyContextMenuParams from //content
to blink.
- Move untrustworthy_context_menu_params.h
from //content/public/common/untrustworthy_context_menu_params.h
to //third_party/blink/common/context_menu_data/untrustworthy_context_menu_params.h
- Move web_context_menu_data.h
from //third_party/blink/public/web/web_context_menu_data.h
to //third_party/blink/public/common/context_menu_data/context_menu_data.h
This CL removes *Web* prefix in the structs as they are moved to blink/public/common
as well as starts to use Chromium-wide data type(e.g. gfx::Rect, std::string,
base::string16) instead of blink specific data type.
Bug: 1093904
AX-Relnotes: n/a.
Change-Id: Ia390faee2f38e534c413c1593bd151851647001f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636738
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Filip Gorski <fgorski@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Colin Blundell <blundell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#846505}