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

Unified Diff: chrome/browser/resources/net_internals/import_view.html

Issue 671253002: Added the list of active field groups to NetLog dump (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/base/net_log_logger.cc » ('j') | net/base/net_log_logger.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | net/base/net_log_logger.cc » ('j') | net/base/net_log_logger.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698