Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / md_downloads / downloads.html
blob4433ef61775c24daa4b5876daacb0a9c87649541
1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language">
3 <head>
4 <meta charset="utf-8">
5 <title i18n-content="title"></title>
6 <link rel="import" href="chrome://resources/html/polymer_config.html">
7 <link rel="import" href="chrome://downloads/manager.html">
8 <style>
9 html {
10 background: #e6e6e6;
13 html,
14 body {
15 height: 100%;
18 body {
19 display: flex;
20 margin: 0;
22 </style>
23 </head>
24 <body>
25 <downloads-manager></downloads-manager>
26 <command id="clear-all-command" shortcut="Alt-U+0043"><!-- Alt+C -->
27 <if expr="is_macosx">
28 <command id="undo-command" shortcut="Meta-U+005A"><!-- Command+Z -->
29 </if>
30 <if expr="not is_macosx">
31 <command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z -->
32 </if>
33 <link rel="import" href="chrome://resources/html/load_time_data.html">
34 <link rel="import" href="chrome://downloads/strings.html">
35 <link rel="import" href="chrome://resources/html/i18n_template.html">
36 </body>
37 </html>