Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / webnavigation / crossProcessFragment / f.js
blob0ce0089afaf43335b852e4d8af81ac8928c2df07
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 var target = location.href + "#foo";
7 function updateFragment() {
8   location.href = target;
11 onload = function() {
12   setTimeout(function() {
13     location.href =
14         "http://127.0.0.1:" + location.search.substr(1) + "/test3";
15   }, 0);