Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: chrome/browser/resources/md_downloads/downloads.html

Issue 1613233003: MD Downloads: make Ctrl+f invoke in-page search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dl-vulcanize
Patch Set: rework, revulc Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">

Powered by Google App Engine
This is Rietveld 408576698