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

Side by Side Diff: chrome/browser/resources/md_history/app.html

Issue 2361513003: MD History: Update sign in state in data source (Closed)
Patch Set: move Created 4 years, 2 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 <link rel="import" href="chrome://resources/html/cr/ui.html"> 2 <link rel="import" href="chrome://resources/html/cr/ui.html">
3 <link rel="import" href="chrome://resources/html/cr/ui/command.html"> 3 <link rel="import" href="chrome://resources/html/cr/ui/command.html">
4 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-media-query/iron-m edia-query.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-media-query/iron-m edia-query.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-pages/iron-pages.h tml"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-pages/iron-pages.h tml">
6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-scroll-target-beha vior/iron-scroll-target-behavior.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-scroll-target-beha vior/iron-scroll-target-behavior.html">
7 <link rel="import" href="chrome://history/history_toolbar.html"> 8 <link rel="import" href="chrome://history/history_toolbar.html">
8 <link rel="import" href="chrome://history/list_container.html"> 9 <link rel="import" href="chrome://history/list_container.html">
9 <link rel="import" href="chrome://history/router.html"> 10 <link rel="import" href="chrome://history/router.html">
10 <link rel="import" href="chrome://history/shared_style.html"> 11 <link rel="import" href="chrome://history/shared_style.html">
11 <link rel="import" href="chrome://history/side_bar.html"> 12 <link rel="import" href="chrome://history/side_bar.html">
12 <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> 13 <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
13 14
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 </history-side-bar> 137 </history-side-bar>
137 </app-drawer> 138 </app-drawer>
138 </template> 139 </template>
139 140
140 <iron-media-query query="(max-width: 1023px)" 141 <iron-media-query query="(max-width: 1023px)"
141 query-matches="{{hasDrawer_}}"> 142 query-matches="{{hasDrawer_}}">
142 </iron-media-query> 143 </iron-media-query>
143 </template> 144 </template>
144 <script src="chrome://history/app.js"></script> 145 <script src="chrome://history/app.js"></script>
145 </dom-module> 146 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/history/other_devices.js ('k') | chrome/browser/resources/md_history/app.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698