OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
3 <head> | 3 <head> |
4 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 4 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
6 found in the LICENSE file. --> | 6 found in the LICENSE file. --> |
7 <script src="chrome://resources/js/util.js"></script> | 7 <script src="chrome://resources/js/util.js"></script> |
8 <script src="chrome://password-manager-internals/password_manager_internals.js">
</script> | 8 <script src="chrome://password-manager-internals/password_manager_internals.js">
</script> |
9 <title>Password Manager Internals</title> | 9 <title>Password Manager Internals</title> |
10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
11 </head> | 11 </head> |
12 </body> | 12 </body> |
13 <h1>Password Manager Internals</h1> | 13 <h1>Password Manager Internals</h1> |
14 <div id="logging-note"> | 14 <div id="logging-note"> |
15 <i>Captured password manager logs are listed below. Logs are cleared and no lo
nger captured when all password-manager-internals pages are closed.</i> | 15 <i>Captured password manager logs are listed below. Logs are cleared and no lo
nger captured when all password-manager-internals pages are closed.</i> |
16 </div> | 16 </div> |
17 <div id="log-entries"> | 17 <div id="log-entries"> |
18 </div> | 18 </div> |
19 </body> | 19 </body> |
20 </html> | 20 </html> |
OLD | NEW |