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

Unified Diff: chrome/browser/resources/profiler/profiler.html

Issue 2555493005: Add a documentation link to the chrome://profiler page. (Closed)
Patch Set: Remove CL dependency. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/profiler/profiler.html
diff --git a/chrome/browser/resources/profiler/profiler.html b/chrome/browser/resources/profiler/profiler.html
index fb6c4977fdbfa520a36eede08a83389c780779bd..cc5638f36cceddcf55c2c8abe70c409eaf08a0eb 100644
--- a/chrome/browser/resources/profiler/profiler.html
+++ b/chrome/browser/resources/profiler/profiler.html
@@ -106,12 +106,22 @@ table.results-table,
</style>
</head>
<body>
- <b>Save:</b><button id=save-snapshots-button>Save</button>
- <b>Restore:</b> <input type=file id=snapshot-file-loader>
- <span id=file-load-error hidden class=errormsg></span>
-
+ <table width=100%>
+ <tr>
+ <td>
+ <b>Save:</b><button id=save-snapshots-button>Save</button>
+ <b>Restore:</b> <input type=file id=snapshot-file-loader>
+ <span id=file-load-error hidden class=errormsg></span>
+ </td>
+ <td align=right>
+ <a target="_blank"
+ href="https://sites.google.com/a/chromium.org/dev/developers/threaded-task-tracking">
+ Profiler Documentation
+ </a>
+ </td>
+ </tr>
+ </table>
<hr>
-
<table width=100%>
<tr>
<td>
« 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