Sign in
chromium
/
chromium
/
src.git
/
main
/
.
/
chrome
/
browser
/
resources
/
new_tab_page
/
iframe.html
blob: ab55bf8517c336558c8cad7ba4f31ea30affb59b [
file
] [
log
] [
blame
]
<!-- #html_wrapper_imports_start
import {nothing} from 'chrome://resources/lit/v3_0/lit.rollup.js';
#html_wrapper_imports_end -->
<iframe
id
=
"iframe"
.
src
=
"${this.getSrc_()}"
.
allow
=
"${this.allow || nothing}"
>
</iframe>