Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / webnavigation / crossProcessAbort / initial.js
blobeee7e1061e67ee11b63b5004da409309affc3e9d
1 // Copyright 2015 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 =
6 location.origin + location.pathname.replace("initial.html", "empty.html");
8 onload = function() {
9 setTimeout(function() {
10 location.href = "http://127.0.0.1:" + location.search.substr(1);
11 }, 0);
14 function navigate2() {
15 location.href = target;