| 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..a07d9482658560ff1703085d990738e719f1873c 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>Supervised User Settings</h2>
|
| + <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">
|
|
|