* Adopt predefined core services for the embedded ampdoc (friendly iframe). * @param {!./service/ampdoc-impl.AmpDoc} ampdoc
(ampdoc)
| 812 | * @param {!./service/ampdoc-impl.AmpDoc} ampdoc |
| 813 | */ |
| 814 | static installStandardServicesInEmbed(ampdoc) { |
| 815 | installTimerInEmbedWindow(ampdoc.win); |
| 816 | installAmpdocServicesForEmbed(ampdoc); |
| 817 | } |
| 818 | } |
no test coverage detected