Move console message output to HTMLIFrameElement::ConstructContainerPolicy
Previously there was a param |Vector<String>* messages| since the very first version of HTMLFrameOwnerElement::ConstructContainerPolicy. However, except the implementation in HTMLIFrameElement, other implementations all ignore this param. This CL moves output of console messages from caller of ConstructContainerPolicy, i.e. HTMLFrameOwnerElement::UpdateContainerPolicy, to HTMLIFrameElement::ConstructContainerPolicy so that parameter |messages| can be removed. Change-Id: Ib2732474d881a13b8fe507af6ba63a526df3900d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209378 Commit-Queue: Charlie Hu <chenleihu@google.com> Reviewed-by:Ian Clelland <iclelland@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#772656}
Showing
Please register or sign in to comment