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

Unified Diff: chrome/browser/resources/options/chromeos/consumer_management_overlay.html

Issue 493613002: Add an enrolling state for consumer management section in settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dn
Patch Set: Fixed broken browser tests. Created 6 years, 3 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/options/chromeos/consumer_management_overlay.html
diff --git a/chrome/browser/resources/options/chromeos/consumer_management_overlay.html b/chrome/browser/resources/options/chromeos/consumer_management_overlay.html
index 5c7216c3df053f2ad6a86b460df901ced2a134bf..9e7f763d24abe6acaf609840b8d236b91c81cafa 100644
--- a/chrome/browser/resources/options/chromeos/consumer_management_overlay.html
+++ b/chrome/browser/resources/options/chromeos/consumer_management_overlay.html
@@ -1,6 +1,6 @@
<div id="consumer-management-overlay" class="page" hidden>
<div class="close-button"></div>
- <div id="enroll-content">
+ <div id="enroll-content" hidden>
<h1 i18n-content="consumerManagementOverlayEnrollTitle"></h1>
<div class="content-area">
<span i18n-content="consumerManagementOverlayEnrollMessage"></span>

Powered by Google App Engine
This is Rietveld 408576698