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

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

Issue 980333004: Removing unused Births methods and unnecessary link from chrome://profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reset_max
Patch Set: Created 5 years, 9 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
« no previous file with comments | « base/tracked_objects.cc ('k') | chrome/browser/resources/profiler/profiler.js » ('j') | 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> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
6 <script src="profiler.js"></script> 6 <script src="profiler.js"></script>
7 <script src="chrome://resources/js/util.js"></script> 7 <script src="chrome://resources/js/util.js"></script>
8 8
9 <style> 9 <style>
10 10
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 <table><tbody id=snapshots-tbody></tbody></table> 140 <table><tbody id=snapshots-tbody></tbody></table>
141 <div id=snapshot-selection-summary></div> 141 <div id=snapshot-selection-summary></div>
142 </td> 142 </td>
143 </tr> 143 </tr>
144 </table> 144 </table>
145 145
146 <hr> 146 <hr>
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,
151 which will eventually be superceded by snapshotting -->
152 <span id=reset-data-link class=pseudo-link>[Reset tracking data]</span>
153
154 <a style="display: none" id="download-anchor" download="profile.json"></a> 150 <a style="display: none" id="download-anchor" download="profile.json"></a>
155 </body> 151 </body>
156 </html> 152 </html>
OLDNEW
« no previous file with comments | « base/tracked_objects.cc ('k') | chrome/browser/resources/profiler/profiler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698