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

Side by Side Diff: chrome/browser/resources/md_user_manager/user_manager_tutorial.html

Issue 1901853002: Import supervised user dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-confirmation-page
Patch Set: Addressed comments + rebase Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://md-user-manager/shared_styles.html"> 1 <link rel="import" href="chrome://md-user-manager/shared_styles.html">
2 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> 2 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
3 <link rel="import" href="chrome://resources/html/polymer.html"> 3 <link rel="import" href="chrome://resources/html/polymer.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml">
5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
6 6
7 <dom-module id="user-manager-tutorial"> 7 <dom-module id="user-manager-tutorial">
8 <link rel="import" type="css" 8 <link rel="import" type="css"
9 href="chrome://md-user-manager/user_manager_tutorial.css"> 9 href="chrome://md-user-manager/user_manager_tutorial.css">
10 <link rel="import" type="css" href="chrome://resources/css/action_link.css"> 10 <link rel="import" type="css" href="chrome://resources/css/action_link.css">
11 <template> 11 <template>
12 <style include="shared-styles"></style> 12 <style include="shared-styles"></style>
13 <template is="dom-if" if="[[!hidden_]]"> 13 <template is="dom-if" if="[[!hidden_]]">
14 <template is="dom-if" 14 <template is="dom-if"
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 </a> 87 </a>
88 </div> 88 </div>
89 </div> 89 </div>
90 <div class="arrow-down"></div> 90 <div class="arrow-down"></div>
91 </div> 91 </div>
92 </template> 92 </template>
93 </template> 93 </template>
94 </template> 94 </template>
95 <script src="chrome://md-user-manager/user_manager_tutorial.js"></script> 95 <script src="chrome://md-user-manager/user_manager_tutorial.js"></script>
96 </dom-module> 96 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_user_manager/user_manager_pages.html ('k') | chrome/browser/ui/webui/signin/md_user_manager_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698