| Index: chrome/browser/resources/md_downloads/vulcanized.html
|
| diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
|
| index a5b842192ee0b35c84ef474876dcbc26c221bad1..8a786d5e60d3dc646b9eb4d83f4cd6ddd8fba20a 100644
|
| --- a/chrome/browser/resources/md_downloads/vulcanized.html
|
| +++ b/chrome/browser/resources/md_downloads/vulcanized.html
|
| @@ -2887,9 +2887,11 @@ paper-button {
|
| <command id="clear-all-command" shortcut="Alt-U+0043"></command>
|
| <if expr="is_macosx">
|
| <command id="undo-command" shortcut="Meta-U+005A"></command>
|
| + <command id="find-command" shortcut="Meta-U+0046"></command>
|
| </if>
|
| <if expr="not is_macosx">
|
| <command id="undo-command" shortcut="Ctrl-U+005A"></command>
|
| + <command id="find-command" shortcut="Ctrl-U+0046"></command>
|
| </if>
|
|
|
| <script src="crisper.js"></script></body></html>
|
|
|