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

Unified Diff: chrome/browser/resources/chromeos/login/notification_area.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: Address comments. 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.js ('k') | chrome/browser/resources/chromeos/login/oobe.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/notification_area.html
diff --git a/chrome/browser/resources/chromeos/login/notification_area.html b/chrome/browser/resources/chromeos/login/notification_area.html
new file mode 100644
index 0000000000000000000000000000000000000000..189b429593cd1755317e243af4164f3643e5299a
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/notification_area.html
@@ -0,0 +1,10 @@
+<div id="notification-area">
+ <div id="enterprise-info-container" class="butter-bar" hidden>
+ <span id="enterprise-info-message"></span>
+ <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>
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.js ('k') | chrome/browser/resources/chromeos/login/oobe.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698