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

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

Issue 8520016: Complete the rename from about:tracking2 --> about:profiler by changing the implementation code t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: try synching again... Created 9 years, 1 month 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 | « chrome/browser/metrics/tracking_synchronizer.cc ('k') | chrome/browser/resources/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 <script src="tracking.js"></script> 5 <script src="tracking.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 {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 </div> 103 </div>
104 </td> 104 </td>
105 </tr> 105 </tr>
106 </table> 106 </table>
107 107
108 <hr/> 108 <hr/>
109 109
110 <div id='results-div'></div> 110 <div id='results-div'></div>
111 </body> 111 </body>
112 </html> 112 </html>
OLDNEW
« no previous file with comments | « chrome/browser/metrics/tracking_synchronizer.cc ('k') | chrome/browser/resources/profiler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698