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

Side by Side Diff: chrome/browser/resources/profiler/profiler.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 <script src="profiler.js"></script> 5 <script src="profiler.js"></script>
6 <script src="chrome://resources/js/util.js"></script> 6 <script src="chrome://resources/js/util.js"></script>
7 7
8 <style> 8 <style>
9 9
10 body { 10 body {
11 font-family: sans-serif; 11 font-family: sans-serif;
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 147
148 <div id='results-div'></div> 148 <div id='results-div'></div>
149 149
150 <!-- TODO(eroman): This should only be a short-lived solution, 150 <!-- TODO(eroman): This should only be a short-lived solution,
151 which will eventually be superceded by snapshotting --> 151 which will eventually be superceded by snapshotting -->
152 <span id=reset-data-link class=pseudo-link>[Reset tracking data]</span> 152 <span id=reset-data-link class=pseudo-link>[Reset tracking data]</span>
153 153
154 <a style="display: none" id="download-anchor" download="profile.json"></a> 154 <a style="display: none" id="download-anchor" download="profile.json"></a>
155 </body> 155 </body>
156 </html> 156 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/profile_signin_confirmation.html ('k') | chrome/browser/resources/quota_internals/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698