Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / password_manager_internals / password_manager_internals.html
1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;">
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 </head>
12 </body>
13 <h1>Password Manager Internals</h1>
14 <div id="logging-note">
15   <i>Captured password manager logs are listed below. Logs are cleared and no longer captured when all password-manager-internals pages are closed.</i>
16 </div>
17 <div id="log-entries">
18 </div>
19 </body>
20 </html>