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

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 another test. Created 5 years, 3 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..e8878d42d331e59e3d8eb257b91848cc607bc78b 100644
--- a/chrome/browser/resources/policy.html
+++ b/chrome/browser/resources/policy.html
@@ -99,6 +99,9 @@
<td class="level-column">
<div class="level elide"></div>
</td>
+ <td class="source-column">
+ <div class="source elide"></div>
+ </td>
<td class="name-column">
<div class="name elide"></div>
</td>
« no previous file with comments | « chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc ('k') | chrome/browser/resources/policy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698