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

Side by Side Diff: chrome/browser/resources/md_extensions/shortcut_input.html

Issue 2101933005: [MD Extensions] Implement keyboard shortcuts page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits + latest master 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
OLDNEW
(Empty)
1 <link rel="import" href="chrome://resources/html/assert.html">
2 <link rel="import" href="chrome://resources/html/cr.html">
3 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
4 <link rel="import" href="chrome://resources/html/polymer.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html">
7 <link rel="import" href="chrome://extensions/shortcut_util.html">
8
9 <dom-module id="extensions-shortcut-input">
10 <template>
11 <div id="main">
12 <span id="input" tabindex="0">
13 [[computeText_(capturing_, shortcut, pendingShortcut_)]]
14 </span>
15 <paper-icon-button id="clear" icon="clear" on-tap="onClearTap_">
16 </paper-icon-button>
17 </div>
18 </template>
19 <script src="chrome://extensions/shortcut_input.js"></script>
20 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_extensions/service.js ('k') | chrome/browser/resources/md_extensions/shortcut_input.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698