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

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

Issue 2053723002: MD User Manager: Overhaul Urls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-locked-dialogs
Patch Set: Changed Urls for html resources to root-relative Urls Created 4 years, 6 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="/shared_styles.html">
2 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 2 <link rel="import" href="chrome://resources/cr_elements/icons.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/paper-button/paper-butt on.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
5 5
6 <dom-module id="user-manager-tutorial"> 6 <dom-module id="user-manager-tutorial">
7 <template> 7 <template>
8 <style include="shared-styles"> 8 <style include="shared-styles">
9 .tutorial-slide { 9 .tutorial-slide {
10 -webkit-transition: opacity 200ms ease-in-out; 10 -webkit-transition: opacity 200ms ease-in-out;
11 background-color: white; 11 background-color: white;
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 <a id="addUser" is="action-link" on-tap="onAddUserTap_"> 238 <a id="addUser" is="action-link" on-tap="onAddUserTap_">
239 $i18n{slideCompleteAddUser} 239 $i18n{slideCompleteAddUser}
240 </a> 240 </a>
241 </div> 241 </div>
242 </div> 242 </div>
243 <div class="arrow-down"></div> 243 <div class="arrow-down"></div>
244 </div> 244 </div>
245 </template> 245 </template>
246 </template> 246 </template>
247 </template> 247 </template>
248 <script src="chrome://md-user-manager/user_manager_tutorial.js"></script> 248 <script src="user_manager_tutorial.js"></script>
249 </dom-module> 249 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698