commit | 8c4446dcf4ef6d9d58bb7f578f2946eb1638ddb8 | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <[email protected]> | Wed Mar 11 22:16:42 2020 |
committer | Commit Bot <[email protected]> | Wed Mar 11 22:16:42 2020 |
tree | 9fd55fc215eb75a432f09e385af37e4155fa8d59 | |
parent | 50212b8a548d76b0c0e8f035f89fcd6687c1c9c4 [diff] [blame] |
Splitting context_menu_params.h into separate browser VS common parts. This CL takes //content/public/common/context_menu_params.h and splits it into: 1. //content/public/common/*untrustworthy*_context_menu_params.h which contains: - UntrustworthyContextMenuParams - CustomContextMenuContext (type of a field under UntrustworthyContextMenuParams) 2. //content/public/*browser*/context_menu_params.h which contains: - ContextMenuParams Bug: 534561 Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Change-Id: Ie6cd124327a423604e33970e099723dedfb8d1ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097468 Commit-Queue: Ćukasz Anforowicz <[email protected]> Reviewed-by: Nasko Oskov <[email protected]> Cr-Commit-Position: refs/heads/master@{#749362}
diff --git a/chrome/browser/ui/android/context_menu_helper.h b/chrome/browser/ui/android/context_menu_helper.h index 74c1b13..71d645b 100644 --- a/chrome/browser/ui/android/context_menu_helper.h +++ b/chrome/browser/ui/android/context_menu_helper.h
@@ -14,8 +14,8 @@ #include "base/macros.h" #include "chrome/common/chrome_render_frame.mojom.h" #include "components/optimization_guide/proto/performance_hints_metadata.pb.h" +#include "content/public/browser/context_menu_params.h" #include "content/public/browser/web_contents_user_data.h" -#include "content/public/common/context_menu_params.h" #include "mojo/public/cpp/bindings/associated_remote.h" namespace content {