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

Side by Side Diff: chrome/browser/resources/md_bookmarks/edit_dialog.html

Issue 2893063002: [WebUI] move polymer.html to first import (Closed)
Patch Set: Created 3 years, 7 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://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2
2 <link rel="import" href="chrome://resources/html/assert.html"> 3 <link rel="import" href="chrome://resources/html/assert.html">
3 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html "> 4 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html ">
4 <link rel="import" href="chrome://resources/cr_elements/shared_style_css.html"> 5 <link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html">
7 8
8 <dom-module id="bookmarks-edit-dialog"> 9 <dom-module id="bookmarks-edit-dialog">
9 <template> 10 <template>
10 <style include="cr-shared-style"></style> 11 <style include="cr-shared-style"></style>
11 <dialog is="cr-dialog" id="dialog"> 12 <dialog is="cr-dialog" id="dialog">
(...skipping 19 matching lines...) Expand all
31 </paper-button> 32 </paper-button>
32 <paper-button id="saveButton" class="action-button" 33 <paper-button id="saveButton" class="action-button"
33 on-tap="onSaveButtonTap_"> 34 on-tap="onSaveButtonTap_">
34 $i18n{saveEdit} 35 $i18n{saveEdit}
35 </paper-button> 36 </paper-button>
36 </div> 37 </div>
37 </dialog> 38 </dialog>
38 </template> 39 </template>
39 <script src="chrome://bookmarks/edit_dialog.js"></script> 40 <script src="chrome://bookmarks/edit_dialog.js"></script>
40 </dom-module> 41 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/command_manager.html ('k') | chrome/browser/resources/md_bookmarks/folder_node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698