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

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: Used space as a delimiter 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') | no next file with comments »
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..cae43304d72a8b2ae6096b0e99ad90ff187e135a 100644
--- a/chrome/browser/resources/net_internals/import_view.html
+++ b/chrome/browser/resources/net_internals/import_view.html
@@ -64,6 +64,12 @@
<td><pre jscontent="constants.clientInfo.command_line"></pre></td>
</tr>
<tr>
+ <th>Active Field Trial Groups</th>
+ <td>
+ <span jsselect="constants.activeFieldTrialGroups" jscontent="$this + ' '"></span>
+ </td>
+ </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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698