This requires adding extra atgs on our own overrides of these classes. Chromium changes: https://chromium.googlesource.com/chromium/src/+/bca4b0a240b3c641d10a1518b232bc432c9f7472 commit bca4b0a240b3c641d10a1518b232bc432c9f7472 Author: Tom Anderson <thomasanderson@chromium.org> Date: Mon Mar 9 14:47:10 2026 -0700 [Reland] Fix BookmarkContextMenu paste menu enabled state BookmarkContextMenu::BookmarkContextMenu indirectly called BookmarkContextMenuController::IsCommandIdEnabled for IDC_PASTE. This breaks since can_paste_ is only set when showing the menu. This CL fixes the issue by passing can_paste to BookmarkContextMenu(). R=avi Bug: 40398800 Change-Id: I130da5d5fca333508bbde8e0b02c57f03adb5e78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7640749 Reviewed-by: David Yeung <dayeung@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1596622}