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

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

Issue 1052943002: Added device naming information to chrome://policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed IOS whitelist Created 5 years, 8 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 | « build/ios/grit_whitelist.txt ('k') | chrome/browser/resources/policy.js » ('j') | 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 eb94bed44cee6a1aa1bd95ff931a0d5b39e76add..ac7105945ece591b29c62dcc74407748952fe531 100644
--- a/chrome/browser/resources/policy.html
+++ b/chrome/browser/resources/policy.html
@@ -65,6 +65,18 @@
<div class="label" i18n-content="labelClientId"></div>
<div class="client-id"></div>
</div>
+ <div class="status-entry" hidden>
+ <div class="label" i18n-content="labelAssetId"></div>
+ <div class="asset-id"></div>
+ </div>
+ <div class="status-entry" hidden>
+ <div class="label" i18n-content="labelLocation"></div>
+ <div class="location"></div>
+ </div>
+ <div class="status-entry" hidden>
+ <div class="label" i18n-content="labelDirectoryApiId"></div>
+ <div class="directory-api-id"></div>
+ </div>
<div class="status-entry">
<div class="label" i18n-content="labelTimeSinceLastRefresh"></div>
<div class="time-since-last-refresh"></div>
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/browser/resources/policy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698