Chromium Code Reviews| Index: chrome/browser/resources/supervised_user_internals.html |
| diff --git a/chrome/browser/resources/supervised_user_internals.html b/chrome/browser/resources/supervised_user_internals.html |
| index d45a00a68e3957dc4ad1b0dd70aecabbaf183b21..11104db10ee2d0b863cd522936035d47cec9e80c 100644 |
| --- a/chrome/browser/resources/supervised_user_internals.html |
| +++ b/chrome/browser/resources/supervised_user_internals.html |
| @@ -18,7 +18,7 @@ found in the LICENSE file. |
| <body> |
| <div id='info'> |
| - <div class="section" jsselect="sections"> |
| + <div id='basic-info' class="section" jsselect="sections"> |
| <h2 jscontent="title"></h2> |
| <table class="section-details"> |
| <tr jsselect="data" |
| @@ -44,6 +44,16 @@ found in the LICENSE file. |
| </table> |
| </div> |
| + <div id='user-settings' class="section"> |
| + <h2>User Settings</h2> |
|
Bernhard Bauer
2015/08/18 13:09:09
Nit: I would call this section "Supervised User Se
PEConn2
2015/08/18 14:02:58
Done.
|
| + <table class="section-details"> |
| + <tr jsselect="settings"> |
| + <td jscontent="key"></td> |
| + <td><pre jscontent="value"></pre></td> |
| + </tr> |
| + </table> |
| + </div> |
| + |
| <div class="section" id="filtering-results-container-wrapper" jsskip="true"> |
| <h2>Filtering Results</h2> |
| <div id="filtering-results-container"> |