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

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

Issue 8413038: Temporarily disabling the "applies to" column in about:policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/policy.html
diff --git a/chrome/browser/resources/policy.html b/chrome/browser/resources/policy.html
index adbc024a63df17d08ad1b5c93f84160bbf9021f0..c181188d2bd471b74737d3e427486aeaf560dce3 100644
--- a/chrome/browser/resources/policy.html
+++ b/chrome/browser/resources/policy.html
@@ -106,7 +106,9 @@
'': 'none'">
<table id="policy-table">
<tr>
+ <!-- TODO(joaodasilva): http://crbug.com/102114
<th i18n-content="appliesToTableHeader"></th>
+ -->
<th i18n-content="policyLevelTableHeader"></th>
<th i18n-content="policyNameTableHeader"></th>
<th i18n-content="policyValueTableHeader"></th>
@@ -116,9 +118,11 @@
jsvalues=".className: $this.set ?
'policy-set': 'policy-unset';
.hidden: !Policy.shouldDisplayPolicy($this)">
+ <!-- TODO(joaodasilva): http://crbug.com/102114
<td>
<span class="policy-type" jscontent="sourceType"></span>
</td>
+ -->
<td>
<span class="policy-level" jscontent="level"></span>
</td>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698