Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / md_downloads / downloads.html
blob676c58e6b5cb539e3c1cc74aca072d1cc6d70a25
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/roboto.css">
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
8 <link rel="import" href="chrome://resources/html/polymer_config.html">
9 <link rel="import" href="chrome://downloads/manager.html">
10 <style>
11 html {
12 background: #f2f2f2;
15 html,
16 body {
17 height: 100%;
20 body {
21 display: flex;
22 font-family: Roboto;
23 font-size: 81.25%;
24 margin: 0;
26 </style>
27 </head>
28 <body>
29 <downloads-manager></downloads-manager>
30 <command id="clear-all-command" shortcut="Alt-U+0043"><!-- Alt+C -->
31 <if expr="is_macosx">
32 <command id="undo-command" shortcut="Meta-U+005A"><!-- Command+Z -->
33 </if>
34 <if expr="not is_macosx">
35 <command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z -->
36 </if>
37 <link rel="import" href="chrome://resources/html/load_time_data.html">
38 <link rel="import" href="chrome://downloads/strings.html">
39 <link rel="import" href="chrome://resources/html/i18n_template.html">
40 </body>
41 </html>