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

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

Issue 11412067: [rlz,cros] RLZ glue for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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_screen_eula.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_eula.html b/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
index d8c60d65fc310a0f075c4420f8458427532eeef6..d08eca4d65e553a235267844af011e62cf3c5475 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
@@ -25,9 +25,13 @@
<a id="eula-accessibility-link" href="#"
i18n-content="accessibilityLink"></a>
</div>
- <div id="security-tpm">
- <a id="security-tpm-link" href="#"
- i18n-content="eulaSystemSecuritySetting"></a>
+ <div id="installation-settings">
+ <a id="installation-settings-link" href="#"
+ i18n-content="eulaSystemInstallationSettings">
+ </a>
</div>
</div>
+ <div id="eula-busy" class="step-loading">
+ <div class="spinner"></div>
+ </div>
</div>
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.js ('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