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

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: Header guard Created 8 years, 1 month 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 80332ab14160575aad563591ef82a211316ae2f1..c307c220245ade6dc07d14cd0740a27586760caf 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
@@ -20,8 +20,12 @@
</div>
</div>
<div id="eula-controls" class="step-controls"></div>
- <div id="security-tpm">
- <a id="security-tpm-link" href="#" i18n-content="eulaSystemSecuritySetting">
+ <div id="installation-settings" class="step-links">
Nikita (slow) 2012/11/29 11:17:48 Please merge with my CL that adds a11y menu.
Ivan Korotkov 2012/11/29 17:42:28 Done.
+ <a id="installation-settings-link" href="#"
+ i18n-content="eulaSystemInstallationSettings">
</a>
</div>
+ <div id="eula-busy" class="step-loading">
+ <div class="spinner"></div>
+ </div>
</div>

Powered by Google App Engine
This is Rietveld 408576698