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

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

Issue 1115993002: ChromeOS Gaia: SAML password confirmation dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roman changes 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
Index: chrome/browser/resources/chromeos/login/screen_confirm_password.html
diff --git a/chrome/browser/resources/chromeos/login/screen_confirm_password.html b/chrome/browser/resources/chromeos/login/screen_confirm_password.html
index d5687f236f1403bab55a79f4dfd5a2a0c848b6c3..51b6841d45a1fb59ff3867f50b6b47a9c2ec83cf 100644
--- a/chrome/browser/resources/chromeos/login/screen_confirm_password.html
+++ b/chrome/browser/resources/chromeos/login/screen_confirm_password.html
@@ -1,5 +1,6 @@
+<link rel="import" href="chrome://oobe/custom_elements.html">
<div id="confirm-password" class="step hidden" hidden>
- <div class="step-contents">
+ <div id="saml-confirm-password-contents" class="step-contents">
<div id="confirm-password-main">
<p id="confirm-password-title" i18n-content="confirmPasswordTitle"></p>
<div id="confirm-password-input-container">
@@ -19,4 +20,6 @@
<p class="signin-text" i18n-content="confirmPasswordText"></p>
</div>
</div>
+ <saml-confirm-password id="saml-confirm-password" hidden>
+ </saml-confirm-password>
</div>

Powered by Google App Engine
This is Rietveld 408576698