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

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

Issue 11473019: [cros,rlz] Remove RLZ checkbox from OOBE UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add back old strings Created 8 years 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.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">
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/chromeos/login/oobe_screen_eula.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698