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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://oobe/custom_elements.html"> 1 <link rel="import" href="chrome://oobe/custom_elements.html">
2 2
3 <div class="step right hidden" id="gaia-signin" role="group" 3 <div class="step right hidden" id="gaia-signin" role="group"
4 aria-live="polite" hidden> 4 aria-live="polite" hidden>
5 <div class="step-contents"> 5 <div class="step-contents">
6 <div id="gaia-signin-form-container"> 6 <div id="gaia-signin-form-container">
7 <webview id="signin-frame" name="signin-frame" hidden></webview> 7 <webview id="signin-frame" name="signin-frame" hidden></webview>
8 <offline-gaia id="offline-gaia" class="fit" hidden></offline-gaia> 8 <offline-gaia id="offline-gaia" class="fit" hidden></offline-gaia>
9 <saml-interstitial id="saml-interstitial" class="fit" hidden> 9 <saml-interstitial id="saml-interstitial" class="fit" hidden>
10 </saml-interstitial> 10 </saml-interstitial>
11 </div> 11 </div>
12 </div> 12 </div>
13 <div id="gaia-loading" class="step-loading" hidden> 13 <div id="gaia-loading" class="step-loading" hidden>
14 <throbber-notice i18n-values="text:gaiaLoading"></throbber-notice> 14 <throbber-notice i18n-values="text:gaiaLoading"></throbber-notice>
15 </div> 15 </div>
16 <notification-card id="gaia-whitelist-error" type="fail" 16 <notification-card id="gaia-whitelist-error" type="fail"
17 i18n-values="button-label:tryAgainButton; 17 i18n-values="button-label:tryAgainButton;
18 link-label:learnMoreButton"> 18 link-label:learnMoreButton">
19 </notification-card> 19 </notification-card>
20 <div id="saml-notice-container" hidden> 20 <div id="saml-notice-container" hidden>
21 <span id="saml-notice-recording-indicator" hidden>
22 <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.
23 </span>
21 <span id="saml-notice-message"></span> 24 <span id="saml-notice-message"></span>
22 </div> 25 </div>
23 <navigation-bar id="gaia-navigation"></navigation-bar> 26 <navigation-bar id="gaia-navigation"></navigation-bar>
24 </div> 27 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698