Chromium Code Reviews| Index: content/browser/resources/net/network_errors_listing.html |
| diff --git a/content/browser/resources/accessibility/accessibility.html b/content/browser/resources/net/network_errors_listing.html |
| similarity index 63% |
| copy from content/browser/resources/accessibility/accessibility.html |
| copy to content/browser/resources/net/network_errors_listing.html |
| index 888a16c795c6ed9289144e5a29af591d8c6b7b6c..ccd1a327b20dc8e0580f6ec6761d2a1ed7a41434 100644 |
| --- a/content/browser/resources/accessibility/accessibility.html |
| +++ b/content/browser/resources/net/network_errors_listing.html |
| @@ -1,28 +1,28 @@ |
| <!doctype html> |
| <html> |
| <!-- |
| -Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| +Copyright 2015 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. |
| --> |
| <head> |
| <meta charset="utf-8"> |
| - <title>Accessibility</title> |
| + <title>Network errors</title> |
| + <meta name="viewport" content="width=device-width"> |
| + <link rel="stylesheet" href="chrome://resources/css/roboto.css"> |
| <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| - <link rel="stylesheet" href="accessibility.css"> |
| + <link rel="stylesheet" href="network_errors_listing.css"> |
| <script src="chrome://resources/js/cr.js"></script> |
| <script src="chrome://resources/js/load_time_data.js"></script> |
| <script src="chrome://resources/js/action_link.js"></script> |
|
Dan Beam
2015/12/01 04:24:17
remove action_link.js
edwardjung
2015/12/01 12:30:08
Done.
|
| <script src="chrome://resources/js/util.js"></script> |
| <script src="strings.js"></script> |
| - <script src="accessibility.js"></script> |
| + <script src="network_errors_listing.js"></script> |
| </head> |
| <body> |
| - <h1>Accessibility</h1> |
| - <div id="global" class="row">Global accessibility mode: |
| - <a is="action-link" role="button" id="toggle_global" aria-labelledby="global"></a> |
| - </div> |
| + <h1>Network errors</h1> |
| <div id="pages" class="list"></div> |
| + |
| <script src="chrome://resources/js/i18n_template.js"></script> |
| </body> |
| -</html> |
| +</html> |