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

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

Issue 1842703004: Revert "MD user manager (learn more page, user manager tutorial)" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 5ce6be90406cca3c405a7875a227f94d689a1dee..7c515987e6a7c6b7a5a8e222a85391533643bde9 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_pages.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_pages.html
@@ -1,9 +1,8 @@
<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/html/polymer.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">
+<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
<dom-module id="user-manager-pages">
<link rel="import" type="css"
@@ -22,13 +21,6 @@
<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