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

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

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 years 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <if expr="is_android"> 5 <if expr="is_android">
6 <meta name="viewport" content="width=device-width"> 6 <meta name="viewport" content="width=device-width">
7 </if> 7 </if>
8 <script src="chrome://resources/js/util.js"></script> 8 <script src="chrome://resources/js/util.js"></script>
9 <script src="chrome://resources/js/cr.js"></script> 9 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://net-export/net_export.js"></script> 10 <script src="chrome://net-export/net_export.js"></script>
11 <link rel="stylesheet" href="net_export.css"> 11 <link rel="stylesheet" href="net_export.css">
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <p> 56 <p>
57 <span class="warning">WARNING</span>: Logs contain a list of sites visited 57 <span class="warning">WARNING</span>: Logs contain a list of sites visited
58 from when logging started to when logging stopped. They may also contain 58 from when logging started to when logging stopped. They may also contain
59 general network configuration information, such as DNS and proxy 59 general network configuration information, such as DNS and proxy
60 configuration. If private information is not stripped, the logs also 60 configuration. If private information is not stripped, the logs also
61 contain cookies and credentials. 61 contain cookies and credentials.
62 </p> 62 </p>
63 </div> 63 </div>
64 </body> 64 </body>
65 </html> 65 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/memory_internals/memory_internals.html ('k') | chrome/browser/resources/net_internals/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698