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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_pages.html

Issue 1725563003: MD user manager (learn more page, user manager tutorial) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed what was breaking browser test accross all platforms Created 4 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/md_user_manager/user_manager_pages.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager_pages.html b/chrome/browser/resources/md_user_manager/user_manager_pages.html
index 7c515987e6a7c6b7a5a8e222a85391533643bde9..7c2f412bea05074ef35ba8a569c03269802a320b 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_pages.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_pages.html
@@ -1,4 +1,5 @@
<link rel="import" href="chrome://md-user-manager/create_profile.html">
+<link rel="import" href="chrome://md-user-manager/supervised_user_learn_more.html">
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/slide-from-left-animation.html">
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/slide-right-animation.html">
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animated-pages.html">
@@ -21,6 +22,13 @@
<content></content>
</template>
</div>
+ <div id="supervised-learn-more-page">
+ <template is="dom-if"
+ if="[[isPageVisible_(selectedPage_, 'supervised-learn-more-page')]]">
+ <supervised-user-learn-more></supervised-user-learn-more>
+ </template>
+ </div>
+ <content></content>
</neon-animated-pages>
</template>
<script src="chrome://md-user-manager/user_manager_pages.js"></script>

Powered by Google App Engine
This is Rietveld 408576698