Allow only one bookmark to be added for multiple fast starring
[chromium-blink-merge.git] / chrome / browser / resources / md_downloads / downloads.html
blobbb8bfefa7c056e09904d348fcd9debf2e75e1d86
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="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="import" href="chrome://resources/html/polymer_config.html">
8 <link rel="import" href="chrome://downloads/manager.html">
9 <style>
10 html {
11 background: #e6e6e6;
14 html,
15 body {
16 height: 100%;
19 body {
20 display: flex;
21 font-size: 81.25%; /* Overrides text_defaults.css. */
22 margin: 0;
24 </style>
25 </head>
26 <body>
27 <downloads-manager></downloads-manager>
28 <command id="clear-all-command" shortcut="Alt-U+0043"><!-- Alt+C -->
29 <if expr="is_macosx">
30 <command id="undo-command" shortcut="Meta-U+005A"><!-- Command+Z -->
31 </if>
32 <if expr="not is_macosx">
33 <command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z -->
34 </if>
35 <link rel="import" href="chrome://resources/html/load_time_data.html">
36 <link rel="import" href="chrome://downloads/strings.html">
37 <link rel="import" href="chrome://resources/html/i18n_template.html">
38 </body>
39 </html>