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

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

Issue 8601003: Small tweak to about:profiler -- make the labels for checkboxes clickable (so you have a bigger t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/profiler.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/profiler.html
===================================================================
--- chrome/browser/resources/profiler.html (revision 110545)
+++ chrome/browser/resources/profiler.html (working copy)
@@ -103,8 +103,8 @@
<td colspan=2>
<div>
<b>Merge: </b><span id=column-merge-toggles-container></span>
- <input type=checkbox id='merge-similar-threads-checkbox' checked/>
- Merge similar threads.
+ <label><input type=checkbox id='merge-similar-threads-checkbox' checked/>
+ Merge similar threads.</label>
</div>
<div>
<b>Show: </b><span id=column-toggles-container></span>
« no previous file with comments | « no previous file | chrome/browser/resources/profiler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698