Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Side by Side Diff: chrome/browser/resources/password_manager_internals/password_manager_internals.html

Issue 323043003: Password manager internals page: Rephrase the page explanation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
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 </head> 10 </head>
11 </body> 11 </body>
12 <h1>Password Manager Internals</h1> 12 <h1>Password Manager Internals</h1>
13 <div id="logging-note"> 13 <div id="logging-note">
14 <i> 14 <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 Showing password manager logs since opening a password-manager-internals
16 page. Close all password-manager-internals pages to stop logging and to
17 permanently delete existing entries.
18 </i>
19 </div> 15 </div>
20 <div id="log-entries"> 16 <div id="log-entries">
21 </div> 17 </div>
22 </body> 18 </body>
23 </html> 19 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698