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

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

Issue 975353002: Added OOBE Asset / Naming prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments 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/oobe_screen_oauth_enrollment_webview.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html
index e9764d109cf04217ee4b8da86a0ae44fd0861306..d67a2ede8d14b2f658a8669c0167e83406e27851 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html
@@ -43,6 +43,31 @@
</span>
</div>
</div>
+ <div id="oauth-enroll-step-attribute-prompt">
+ <div class="oauth-enroll-step-content">
+ <p>
+ <div class="oauth-enroll-step-message"
+ id="oauth-enroll-attribute-prompt-message">
+ </div>
+ </p>
+ <p>
+ <div class="oauth-enroll-textbox">
+ <div class="oauth-enroll-attribute-label"
+ i18n-content="oauthEnrollAssetIdLabel"></div>
+ <input class="oauth-enroll-attribute-field"
+ id="oauth-enroll-asset-id" maxlength="200"/>
+ </div>
+ </p>
+ <p>
+ <div class="oauth-enroll-textbox">
+ <div class="oauth-enroll-attribute-label"
+ i18n-content="oauthEnrollLocationLabel"></div>
+ <input class="oauth-enroll-attribute-field"
+ id="oauth-enroll-location" maxlength="200"/>
+ </div>
+ </p>
+ </div>
+ </div>
</div>
<div id="oauth-saml-notice-container">
<span id="oauth-saml-notice-message"></span>

Powered by Google App Engine
This is Rietveld 408576698