| 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 f3ee5a17a28cc64daff9e3d3fdd50f25ac49b1a5..3b6aedcc1f885251267c3064d00b02c35234d2e8 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;rlz:rlzEnabled">
|
| +<html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;lockanimations:lockAnimationsType">
|
| <head>
|
| <title i18n-content="title"></title>
|
| <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link>
|
| @@ -102,11 +102,6 @@
|
| </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>
|
| </div>
|
| <button id="installation-settings-ok-button"
|
| i18n-content="eulaSystemInstallationSettingsOkButton">
|
|
|