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> |