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

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

Issue 9836039: Add reporting notification to the enterprise banner on the CrOS login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months 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 9b06e6bdad0828c7f0ee6605f81e17215363caff..8e09878cc047653fbef9d17da4bd8fb7ad540406 100644
--- a/chrome/browser/resources/chromeos/login/oobe.html
+++ b/chrome/browser/resources/chromeos/login/oobe.html
@@ -51,7 +51,11 @@
<div id="notification-area">
Patrick Dubroy 2012/03/26 08:28:20 Maybe we should separate this into butter_bar.html
Mattias Nissler (ping if slow) 2012/03/26 13:08:26 Split out into notification_area.html
<div id="enterprise-info-container" class="butter-bar" hidden>
<span id="enterprise-info-message"></span>
- <!-- TODO(dubroy): Add "Learn more" link here. -->
+ <span id="enterprise-reporting-hint-container" hidden>
+ <span i18n-content="reportingHint"></span>
+ <a id="enterprise-reporting-hint-link" href="#"
+ i18n-content="learnMore"></a>
+ </span>
</div>
</div>
<div id="oobe" class="faded">

Powered by Google App Engine
This is Rietveld 408576698