| Index: chrome/browser/resources/md_history/history.html
|
| diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
|
| index 3178400fba947290cb8c726e13fa461883d62393..fbcf9f76a294057d65bacb586f82f0733c38e632 100644
|
| --- a/chrome/browser/resources/md_history/history.html
|
| +++ b/chrome/browser/resources/md_history/history.html
|
| @@ -70,11 +70,12 @@
|
| </div>
|
|
|
| <if expr="is_macosx">
|
| - <command id="find-command" shortcut="Meta|f /">
|
| + <command id="find-command" shortcut="Meta|f">
|
| </if>
|
| <if expr="not is_macosx">
|
| - <command id="find-command" shortcut="Ctrl|f /">
|
| + <command id="find-command" shortcut="Ctrl|f">
|
| </if>
|
| + <command id="slash-command" shortcut="/">
|
|
|
| <link rel="import" href="chrome://resources/html/cr.html">
|
| <link rel="import" href="chrome://resources/html/util.html">
|
|
|