blob: a3d6bee34e8a81519a6cc3e0e8a3411101da2aa1 [file] [log] [blame]
<html>
<head>
<script>
window.onload = function() {
setTimeout(function() {
// A second page is loaded during retrieval, such that Blink sees a
// non-empty navigation history when determining whether closing the tab via
// Javascript is allowed.
this.document.location.href =
"/sync/encryption_keys_retrieval_complete.html" +
location.search;
}, 0);
}
</script>
</head>
</html>