Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / webnavigation / crossProcessHistory / h.js
blob2ad3ecc099be5160d128e9c0a6f8bc10c7637ed8
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 function updateHistory() {
6   history.pushState({}, "", "empty.html");
9 onload = function() {
10   var frame = document.getElementById("frame");
11   frame.src = "http://127.0.0.1:" + location.search.substr(1) + "/test5";