| 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>
|
|
|