' +
'' +
'' +
// TODO(user): i18n
'' +
' | ' +
'
' +
'' +
' | ' +
'
' +
'
';
var b = document.body;
// Insert underlay nodes into the document in the right order.
while (n.firstChild) {
b.insertBefore(n.lastChild, b.firstChild);
}
};
/**
* @inheritDoc
*/
google.cf.installer.OverlayDelegate.prototype.getIFrameContainer =
function() {
google.cf.installer.OverlayDelegate.injectHtml_();
document.getElementById('chromeFrameCloseButton').onclick =
goog.bind(this.reset, this);
return /** @type {!HTMLElement} */(
document.getElementById('chromeFrameIframeHolder'));
};
/**
* @inheritDoc
*/
google.cf.installer.OverlayDelegate.prototype.customizeIFrame =
function(iframe) {
google.cf.installer.frame.setProperties(iframe, this.args_);
};
/**
* @inheritDoc
*/
google.cf.installer.OverlayDelegate.prototype.show = function() {
// Should start it out hidden and reveal/resize here.
};
/**
* @inheritDoc
*/
google.cf.installer.OverlayDelegate.prototype.reset = function() {
// IE has a limit to the # of