Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / password_manager_internals / password_manager_internals.html
blob0339d394d7a0efe4fdbbe24d538b6400b7bb927f
1 <!doctype html>
2 <html>
3 <head>
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
6 found in the LICENSE file. -->
7 <script src="chrome://resources/js/util.js"></script>
8 <script src="chrome://password-manager-internals/password_manager_internals.js"></script>
9 <title>Password Manager Internals</title>
10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
11 <link rel="stylesheet" href="password_manager_internals.css">
12 </head>
13 <body>
14 <h1>Password Manager Internals</h1>
15 <div id="logging-note">
16 Captured password manager logs are listed below. Logs are cleared and no
17 longer captured when all password-manager-internals pages are closed.
18 </div>
19 <div id="logging-note-incognito">
20 Captured password manager logs are <em>not available</em> in Incognito.
21 </div>
22 <div id="log-entries">
23 </div>
24 </body>
25 </html>