| Index: chrome/browser/resources/chromeos/login/oobe.html
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe.html b/chrome/browser/resources/chromeos/login/oobe.html
|
| index e9243cfba8ef5d8b8be9373de904af0c68859bb6..f3ee5a17a28cc64daff9e3d3fdd50f25ac49b1a5 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe.html
|
| +++ b/chrome/browser/resources/chromeos/login/oobe.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE HTML>
|
| -<html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;lockanimations:lockAnimationsType">
|
| +<html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;lockanimations:lockAnimationsType;rlz:rlzEnabled">
|
| <head>
|
| <title i18n-content="title"></title>
|
| <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link>
|
| @@ -84,23 +84,33 @@
|
| <div id="progress-dots" class="down"></div>
|
| </div>
|
| <div id="security-info">
|
| - <a id="security-link" href="#" i18n-content="eulaSystemSecuritySetting">
|
| + <a id="security-link" href="#"
|
| + i18n-content="eulaSystemInstallationSettings">
|
| </a>
|
| </div>
|
| </div>
|
| <div id="popup-overlay" hidden>
|
| - <div id="security-info-popup">
|
| - <h1 i18n-content="eulaSystemSecuritySetting"></h1>
|
| + <div id="installation-settings-popup">
|
| + <h1 i18n-content="eulaSystemInstallationSettings"></h1>
|
| <div class="popup-content-area">
|
| - <p i18n-content="eulaTpmDesc"></p>
|
| - <p i18n-content="eulaTpmKeyDesc"></p>
|
| - <div id="tpm-busy">
|
| - <div id="spinner" class="inline-spinner"></div>
|
| - <span i18n-content="eulaTpmBusy"></span>
|
| + <div id="tpm-settings">
|
| + <p i18n-content="eulaTpmDesc"></p>
|
| + <p i18n-content="eulaTpmKeyDesc"></p>
|
| + <div id="tpm-busy">
|
| + <div id="spinner" class="inline-spinner"></div>
|
| + <span i18n-content="eulaTpmBusy"></span>
|
| + </div>
|
| + <p id="tpm-password"></p>
|
| + </div>
|
| + <div id="rlz-settings">
|
| + <p id="rlz-desc" i18n-content="eulaRlzDesc"></p>
|
| + <input id="rlz-enable" type="checkbox" checked>
|
| + <label for="rlz-enable" i18n-content="eulaRlzEnable"></label>
|
| </div>
|
| - <p id="tpm-password" hidden></p>
|
| </div>
|
| - <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button>
|
| + <button id="installation-settings-ok-button"
|
| + i18n-content="eulaSystemInstallationSettingsOkButton">
|
| + </button>
|
| </div>
|
| </div>
|
| <div id="bubble" class="bubble faded" hidden></div>
|
|
|