| Index: chrome/browser/resources/workers/index.html
|
| diff --git a/chrome/browser/resources/workers/index.html b/chrome/browser/resources/workers/index.html
|
| deleted file mode 100644
|
| index 92b5c72df69396cac9bedfbc3e51502f4bc4b437..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/workers/index.html
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<!-- Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| - Use of this source code is governed by a BSD-style license that can be
|
| - found in the LICENSE file.
|
| --->
|
| -<html>
|
| -<title>Workers</title>
|
| -<style>
|
| -thead {
|
| - background: #E0ECFF;
|
| -}
|
| -td {
|
| - padding: 0 15px 0 15px;
|
| -}
|
| -a {
|
| - margin-right: 10px;
|
| -}
|
| -
|
| -</style>
|
| -<script src="chrome://workers/workers.js"></script>
|
| -<body>
|
| -<h2>Shared workers:</h2>
|
| -<table>
|
| -<thead>
|
| -<tr>
|
| - <th>Id</th>
|
| - <th>URL</th>
|
| - <th>Name</th>
|
| - <th>Process id</th>
|
| -</tr>
|
| -</thead>
|
| -<tbody id="workers-table">
|
| -</tbody>
|
| -</table>
|
| -</body>
|
| -</html>
|
|
|