| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
LinkPreview: Clean up stale LinkPreview leftovers
Follow-up to
https://chromium-review.googlesource.com/c/chromium/src/+/7727990 which
removed the Desktop Link Preview feature but left a few orphans behind:
- Remove the EnsureLinkPreviewTriggererInitialized() declaration in
LocalFrame; its definition was already deleted from local_frame.cc.
- Remove WebDocument::InitiatePreview(); the implementation is now an
empty no-op and there are no remaining callers in the tree.
- Drop the stale kNavigationPolicyLinkPreview reference from the
FormSubmission::Create comment.
- Delete ContextMenuBrowserTest.LinkPreviewInvisibleForIWALinks; the
body lost all its EXPECT/ASSERTs in the removal CL and no longer
verifies anything.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |