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

Unified Diff: chrome/browser/resources/chromeos/login/login.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
Index: chrome/browser/resources/chromeos/login/login.html
diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/login.html
index 9bfe5e9352a2c192d0e4f56694d63da08fbc0a57..2870592162c110110486886bc4f306a180d128cd 100644
--- a/chrome/browser/resources/chromeos/login/login.html
+++ b/chrome/browser/resources/chromeos/login/login.html
@@ -44,12 +44,7 @@
<body class="login-display" i18n-values=".style.fontFamily:fontfamily;">
<include src="header_bar.html">
<div id="outer-container">
- <div id="notification-area">
- <div id="enterprise-info-container" class="butter-bar" hidden>
- <span id="enterprise-info-message"></span>
- <!-- TODO(dubroy): Add "Learn more" link here. -->
- </div>
- </div>
+ <include src="notification_area.html">
<div id="oobe" class="faded">
<div id="header">
<span i18n-content="productName"></span>
« no previous file with comments | « chrome/browser/resources/chromeos/login/display_manager.js ('k') | chrome/browser/resources/chromeos/login/login.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698