Why ChromeRenderFrameObserver::ShouldCapturePageTextForTranslateOrPhishing check render_frame()->GetWebFrame() is Null
234 views
Skip to first unread message
wd l
unread,
Sep 13, 2023, 12:26:02 AM9/13/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss
I am studying the chromium source code. Today I found a strange problem. Why do We need to determine that render_frame()->GetWebFrame() is not empty in ChromeRenderFrameObserver::ShouldCapturePageTextForTranslateOrPhishing[1]?