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

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

Issue 483703002: Supervised users: Use custodian avatar image(s) in the block interstitial if they're available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 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/supervised_user_block_interstitial.html
diff --git a/chrome/browser/resources/supervised_user_block_interstitial.html b/chrome/browser/resources/supervised_user_block_interstitial.html
index a727679359c1b404131881e4805020623b6a36c1..d576c1a53d24ce762efced54193f534a8815f371 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.html
+++ b/chrome/browser/resources/supervised_user_block_interstitial.html
@@ -16,6 +16,10 @@
<div id="box">
<div id="content-top">
<img id="error-img" class="error-img">
+ <div id="avatar-container" class="avatar-container">
+ <img id="avatar-img" class="avatar-img" hidden>
+ <img id="second-avatar-img" class="avatar-img" hidden>
+ </div>
<h1>
<div id="block-page-message" i18n-content="blockPageMessage"></div>
<div id="request-sent-message" i18n-content="requestSentMessage" hidden>

Powered by Google App Engine
This is Rietveld 408576698