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

Unified Diff: chrome/browser/resources/chromeos/login/screen_gaia_signin.html

Issue 1966853002: Add indication of camera use on SAML webcam logins (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/chromeos/login/screen_gaia_signin.html
diff --git a/chrome/browser/resources/chromeos/login/screen_gaia_signin.html b/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
index fa503d2da82aaa3a976b28a9c5823f20615aad63..f1fba02171a3792175e34a07133a277407d873bf 100644
--- a/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
+++ b/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
@@ -18,6 +18,9 @@
link-label:learnMoreButton">
</notification-card>
<div id="saml-notice-container" hidden>
+ <span id="saml-notice-recording-indicator" hidden>
+ <img src="chrome://theme/IDR_RESET_WARNING">
Kevin Cernekee 2016/05/10 21:05:42 This is the wrong icon. I tried IDR_TAB_RECORDING
emaxx 2016/05/13 17:44:03 I haven't found any way how the vector icon can be
Kevin Cernekee 2016/05/13 18:39:04 Done.
+ </span>
<span id="saml-notice-message"></span>
</div>
<navigation-bar id="gaia-navigation"></navigation-bar>

Powered by Google App Engine
This is Rietveld 408576698