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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2006073002: MD Settings: About page, show regulatory info, if available. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@about_copyright
Patch Set: Tweaks. Created 4 years, 7 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/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index 6cddb6f873a229ba546b8f3f5bb508289b06b023..4e1244831e3d379fed325741fa3cc5a3915838fb 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -127,6 +127,12 @@
<div class="secondary">$i18nRaw{aboutProductTos}</div>
</if>
</div>
+<if expr="chromeos">
+ <div class="settings-box product-info" id="regulatoryInfo"
+ hidden$="[[!shouldShowRegulatoryInfo_(regulatoryInfo_)]]">
+ <img src="[[regulatoryInfo_.url]]" alt="[[regulatoryInfo_.text]]">
+ </div>
+</if>
</neon-animatable>
<if expr="chromeos">
<template is="dom-if" name="detailed-build-info">

Powered by Google App Engine
This is Rietveld 408576698