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

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

Issue 2118383003: MD History: add shortcuts for search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test change Created 4 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
3 <link rel="import" href="chrome://resources/html/cr/ui/command.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-pages/iron-pages.h tml"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-pages/iron-pages.h tml">
3 <link rel="import" href="chrome://history/history_toolbar.html"> 5 <link rel="import" href="chrome://history/history_toolbar.html">
4 <link rel="import" href="chrome://history/list_container.html"> 6 <link rel="import" href="chrome://history/list_container.html">
5 <link rel="import" href="chrome://history/synced_device_manager.html"> 7 <link rel="import" href="chrome://history/synced_device_manager.html">
6 <link rel="import" href="chrome://history/side_bar.html"> 8 <link rel="import" href="chrome://history/side_bar.html">
7 <link rel="import" href="chrome://history/shared_style.html"> 9 <link rel="import" href="chrome://history/shared_style.html">
8 <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> 10 <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
9 11
10 <dom-module id="history-app"> 12 <dom-module id="history-app">
11 <template> 13 <template>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 </history-synced-device-manager> 62 </history-synced-device-manager>
61 </template> 63 </template>
62 </iron-pages> 64 </iron-pages>
63 </div> 65 </div>
64 66
65 <history-side-bar id="side-bar" selected-page="{{selectedPage_}}"> 67 <history-side-bar id="side-bar" selected-page="{{selectedPage_}}">
66 </history-side-bar> 68 </history-side-bar>
67 </template> 69 </template>
68 <script src="chrome://history/app.js"></script> 70 <script src="chrome://history/app.js"></script>
69 </dom-module> 71 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698