| Index: chrome/browser/resources/md_downloads/downloads.html
|
| diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
|
| index e5b0bc551c53d4aca5a7a111229b1f2448862991..750fc62124083595a8f8508738d3187204dd42b0 100644
|
| --- a/chrome/browser/resources/md_downloads/downloads.html
|
| +++ b/chrome/browser/resources/md_downloads/downloads.html
|
| @@ -28,9 +28,11 @@
|
| <command id="clear-all-command" shortcut="Alt-U+0043"><!-- Alt+C -->
|
| <if expr="is_macosx">
|
| <command id="undo-command" shortcut="Meta-U+005A"><!-- Command+Z -->
|
| + <command id="find-command" shortcut="Meta-U+0046"><!-- Command+F -->
|
| </if>
|
| <if expr="not is_macosx">
|
| <command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z -->
|
| + <command id="find-command" shortcut="Ctrl-U+0046"><!-- Ctrl+F -->
|
| </if>
|
| <link rel="import" href="chrome://resources/html/polymer_config.html">
|
| <link rel="import" href="chrome://downloads/i18n_setup.html">
|
|
|