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

Unified Diff: chrome/browser/resources/supervised_user_internals.html

Issue 1300643002: Added user settings to chrome://supervised-user-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SupervisedUserSettingsService supports unsubscription Created 5 years, 4 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 | chrome/browser/resources/supervised_user_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « no previous file | chrome/browser/resources/supervised_user_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698