Chromium Code Reviews| Index: chrome/browser/resources/net_internals/import_view.html |
| diff --git a/chrome/browser/resources/net_internals/import_view.html b/chrome/browser/resources/net_internals/import_view.html |
| index 91ab9fe55db3b9b8012cc1676df08babeb398e0d..6645b7c180d32eb19cd00827a5454d84380011f3 100644 |
| --- a/chrome/browser/resources/net_internals/import_view.html |
| +++ b/chrome/browser/resources/net_internals/import_view.html |
| @@ -64,6 +64,10 @@ |
| <td><pre jscontent="constants.clientInfo.command_line"></pre></td> |
| </tr> |
| <tr> |
| + <th>Active Field Trial Groups</th> |
| + <td><p jsselect="constants.activeFieldTrialGroups" jscontent="$this"></p></td> |
|
xunjieli
2014/10/23 21:32:39
Not sure if this is okay, but I used p tag here to
mmenke
2014/10/23 21:46:45
nit: Can use lines less than 80-chars be doing:
<
mmenke
2014/10/23 21:46:45
That's fine - how long is the list? I was thinkin
xunjieli
2014/10/23 22:18:38
I have 9. With space, the list looks a little cram
|
| + </tr> |
| + <tr> |
| <th>User comments</th> |
| <td> |
| <pre id=import-view-user-comments jscontent="userComments" |