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

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

Issue 1304843004: Add source column to chrome://policy showing the origins of policies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed browsertest and removed unnecessary string for default values. 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
Index: chrome/browser/resources/policy.html
diff --git a/chrome/browser/resources/policy.html b/chrome/browser/resources/policy.html
index 5b8c4d317cc7c5c0634d4f0f131678cc7284989a..6ac1ec79093347920bfb992a66680219baa54581 100644
--- a/chrome/browser/resources/policy.html
+++ b/chrome/browser/resources/policy.html
@@ -108,6 +108,9 @@
<a is="action-link" class="toggle-expanded-value"></a>
</div>
</td>
+ <td class="source-column">
Thiemo Nagel 2015/09/01 17:40:36 I'd suggest to insert before "name-column".
fhorschig 2015/09/04 06:53:53 Done.
+ <div class="source elide"></div>
+ </td>
<td class="status-column">
<div class="status elide"></div>
</td>

Powered by Google App Engine
This is Rietveld 408576698